@ -10,10 +10,11 @@
namespace OC;
/**
* Manages the owncloud navigation
* Manages the ownCloud navigation
*/
class NavigationManager {
protected $entries = array();
protected $activeEntry;
* Creates a new navigation entry
@ -10,7 +10,7 @@
namespace OCP;
interface INavigationManager {
@ -24,4 +24,4 @@ interface INavigationManager {
* @param string $appId id of the app entry to activate (from added $entry)
public function setActiveEntry($appId);
}