| 
    Stud.IP
    trunk Revision
    
   | 
  


Public Member Functions | |
| __construct () | |
| initItem () | |
| initSubNavigation () | |
  Public Member Functions inherited from Navigation | |
| __construct ($title, $url=NULL, $params=NULL) | |
| initItem () | |
| getImage () | |
| getImageTag () | |
| getTitle () | |
| getDescription () | |
| getURL () | |
| getBadgeNumber () | |
| getBadgeTimestamp () | |
| hasBadgeNumber () | |
| isActive () | |
| isEnabled () | |
| isVisible ($needs_image=false) | |
| setActive ($active) | |
| setEnabled ($enabled) | |
| setImage (\Icon $image=null, $linkAttributes=[]) | |
| setActiveImage (\Icon $image=null, $linkAttributes=[]) | |
| setLinkAttributes ($attributes) | |
| getLinkAttributes () | |
| setTitle ($title) | |
| setDescription ($description) | |
| setURL ($url, $params=NULL) | |
| setBadgeNumber ($badgeNumber) | |
| setBadgeTimestamp ($badgeTimestamp) | |
| activeSubNavigation () | |
| addSubNavigation ($name, Navigation $navigation) | |
| insertSubNavigation ($name, Navigation $navigation, $where) | |
| getSubNavigation () | |
| removeSubNavigation ($name) | |
| getIterator () | |
Additional Inherited Members | |
  Static Public Member Functions inherited from Navigation | |
| static | activateItem ($path) | 
| static | addItem ($path, Navigation $navigation) | 
| static | insertItem ($path, Navigation $navigation, $where) | 
| static | removeItem ($path) | 
| static | getItem ($path) | 
| static | hasItem ($path) | 
| static | setRootNavigation (Navigation $navigation) | 
| initSubNavigation () | |
  Protected Attributes inherited from Navigation | |
| $active | |
| $enabled | |
| $initialized = false | |
| $active_image | |
| $badgeNumber | |
| $badgeTimestamp | |
| $description | |
| $image | |
| $link_attributes = [] | |
| $params | |
| $subnav | |
| $title | |
| $url | |
Navigation for the community page used for user interaction. It includes the contacts, study groups and ranking.
| __construct | ( | ) | 
| initItem | ( | ) | 
used to defer initialization of item metadata, override in subclasses if initialization is costly
Reimplemented from Navigation.

| initSubNavigation | ( | ) | 
Initialize the subnavigation of this item. This method is called once before the first item is added or removed.
Reimplemented from Navigation.
