|
Stud.IP
2.4 Revision 48548
|


Public Member Functions | |
| __construct () | |
| isActive () | |
| initSubNavigation () | |
Public Member Functions inherited from Navigation | |
| __construct ($title, $url=NULL, $params=NULL) | |
| getImage () | |
| getTitle () | |
| getDescription () | |
| getURL () | |
| getBadgeNumber () | |
| getBadgeTimestamp () | |
| hasBadgeNumber () | |
| isEnabled () | |
| isVisible ($needs_image=false) | |
| setActive ($active) | |
| setEnabled ($enabled) | |
| setImage ($image, $options=array()) | |
| setActiveImage ($image, $options=array()) | |
| 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) |
Protected Attributes inherited from Navigation | |
| $active | |
| $enabled | |
| $active_image | |
| $badgeNumber | |
| $badgeTimestamp | |
| $description | |
| $image | |
| $params | |
| $subnav | |
| $title | |
| $url | |
Navigation for the user's profile page. This page includes all information about a user and allows editing this data.
| __construct | ( | ) |
| initSubNavigation | ( | ) |
Initialize the subnavigation of this item. This method is called once before the first item is added or removed.
Reimplemented from Navigation.

| isActive | ( | ) |
Determine whether this navigation item is active.
Reimplemented from Navigation.
