diff options
Diffstat (limited to 'src/model/Menu.php')
-rw-r--r-- | src/model/Menu.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/model/Menu.php b/src/model/Menu.php index 403accf..10cf3d5 100644 --- a/src/model/Menu.php +++ b/src/model/Menu.php | |||
@@ -38,12 +38,6 @@ class Menu extends Page | |||
38 | foreach($this->getChildren() as $page){ | 38 | foreach($this->getChildren() as $page){ |
39 | $page->fillChildrenPagePath(); | 39 | $page->fillChildrenPagePath(); |
40 | } | 40 | } |
41 | |||
42 | /*for($i = 0; $i < count($this->getChildren()[1]->getChildren()); $i++){ | ||
43 | echo $this->getChildren()[1]->getChildren()[$i]->getEndOfPath() . ' - '; | ||
44 | echo $this->getChildren()[1]->getChildren()[$i]->getPageName() . '<br>'; | ||
45 | }*/ | ||
46 | //die; | ||
47 | } | 41 | } |
48 | 42 | ||
49 | public function getOtherPages(): array | 43 | public function getOtherPages(): array |