예제 #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());
 }