| 1 | <?php |
||
| 20 | class NavigationTree extends AbstractNavigationNode { |
||
| 21 | |||
| 22 | /** |
||
| 23 | * Constructor. |
||
| 24 | */ |
||
| 25 | public function __construct() { |
||
| 28 | |||
| 29 | /** |
||
| 30 | * Get the breadcrumbs. |
||
| 31 | * |
||
| 32 | * @param AbstractNavigationNode $node The navigation node. |
||
| 33 | * @return AsbtractNavigationNode[] Returns the navigation nodes. |
||
| 34 | */ |
||
| 35 | public function getBreadcrumbs(AbstractNavigationNode $node = null) { |
||
| 61 | |||
| 62 | } |
||
| 63 |