示例#1
0
文件: page.php 项目: staabm/redaxo
 /**
  * Returns whether the page has a navigation.
  *
  * @return bool
  */
 public function hasNavigation()
 {
     return $this->hasNavigation && (!$this->parent || $this->parent->hasNavigation());
 }