コード例 #1
0
 public function actionAll()
 {
     Url::remember(['page/template/all'], 'templates');
     return parent::actionAll(CmsGlobal::TYPE_PAGE);
 }
コード例 #2
0
 public function actionAll()
 {
     Url::remember(['widget/template/all'], 'templates');
     return parent::actionAll(CmsGlobal::TYPE_WIDGET);
 }
コード例 #3
0
 public function actionAll()
 {
     Url::remember(['form/template/all'], 'templates');
     return parent::actionAll(CoreGlobal::TYPE_FORM);
 }
コード例 #4
0
 public function actionAll()
 {
     Url::remember(['block/template/all'], 'templates');
     return parent::actionAll(CmsGlobal::TYPE_BLOCK);
 }