Beispiel #1
0
 public function __construct()
 {
     $this->layoutFile = 'defaultLayout';
     parent::__construct();
 }
Beispiel #2
0
 public function setLayout(Page_Layout $layout)
 {
     $this->layout = $layout;
     $this->setValidSections($layout->getSections());
     $layout->addDefaultBlocks($this);
 }