コード例 #1
0
ファイル: Theme.php プロジェクト: austbot/gantry5-composer
 public function set_template_layout()
 {
     $gantry = Gantry::instance();
     $chooser = new OutlineChooser();
     /** @var Theme $theme */
     $theme = $gantry['theme'];
     $theme->setLayout($chooser->select());
 }
コード例 #2
0
ファイル: Assignments.php プロジェクト: Tanver186/gantry5
 public function types()
 {
     return OutlineChooser::types();
 }