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