예제 #1
0
파일: page.php 프로젝트: staabm/redaxo
 /**
  * Returns whether a path is set.
  *
  * @return bool
  */
 public function hasPath()
 {
     return !empty($this->path) || $this->parent && $this->parent->hasPath();
 }