コード例 #1
0
ファイル: Index.php プロジェクト: rafasashi/sd-laravel
 public function onGetTemplateList()
 {
     $this->validateRequestTheme();
     $page = new Page($this->theme);
     return ['layouts' => $page->getLayoutOptions()];
 }
コード例 #2
0
ファイル: Group.php プロジェクト: kschingiz/ev
 public function getLayoutOptions()
 {
     $page = new Page();
     $layouts = $page->getLayoutOptions();
     return $layouts;
 }