コード例 #1
0
ファイル: Page.tests.php プロジェクト: stuartherbert/mf
 public function __construct()
 {
     $this->layoutFile = 'defaultLayout';
     parent::__construct();
 }
コード例 #2
0
ファイル: Page.classes.php プロジェクト: stuartherbert/mf
 public function setLayout(Page_Layout $layout)
 {
     $this->layout = $layout;
     $this->setValidSections($layout->getSections());
     $layout->addDefaultBlocks($this);
 }