Public Member Functions | |
| render () | |
| append ($name, $url=null, $icon=null) | |
| prepend ($name, $url=null, $icon=null) | |
| setCurrent ($name, $url=null, $icon=null) | |
| setCurrentNode ($node) | |
| appendNode ($node) | |
| prependNode ($node) | |
| size () | |
| isEmpty () | |
Protected Attributes | |
| $prependBc = array() | |
| $currentNode = array() | |
| $appendBc = array() | |
Definition at line 53 of file breadcrumbs.lib.php.
| append | ( | $ | name, | |
| $ | url = null, |
|||
| $ | icon = null | |||
| ) |
Definition at line 121 of file breadcrumbs.lib.php.
| appendNode | ( | $ | node | ) |
Definition at line 141 of file breadcrumbs.lib.php.
| isEmpty | ( | ) |
Definition at line 159 of file breadcrumbs.lib.php.
| prepend | ( | $ | name, | |
| $ | url = null, |
|||
| $ | icon = null | |||
| ) |
Definition at line 126 of file breadcrumbs.lib.php.
| prependNode | ( | $ | node | ) |
Definition at line 146 of file breadcrumbs.lib.php.
| render | ( | ) |
Implements Display.
Reimplemented in ClaroBreadCrumbs.
Definition at line 60 of file breadcrumbs.lib.php.
| setCurrent | ( | $ | name, | |
| $ | url = null, |
|||
| $ | icon = null | |||
| ) |
Definition at line 131 of file breadcrumbs.lib.php.
| setCurrentNode | ( | $ | node | ) |
Definition at line 136 of file breadcrumbs.lib.php.
| size | ( | ) |
Definition at line 151 of file breadcrumbs.lib.php.
$appendBc = array() [protected] |
Definition at line 58 of file breadcrumbs.lib.php.
$currentNode = array() [protected] |
Definition at line 57 of file breadcrumbs.lib.php.
$prependBc = array() [protected] |
Definition at line 56 of file breadcrumbs.lib.php.
1.6.3