コード例 #1
0
 protected function init()
 {
     //  Set Layout
     $this->layoutName = adminLayout();
     //  Set Page Title
     setPageTitle(trans($this->moduleName . "::menu_item.settings"));
 }
コード例 #2
0
 protected function init()
 {
     //  Set Layout
     $this->layoutName = adminLayout();
     //  Validate Custom
     $this->failedResponse = $this->_validateCustom();
     //  Set Page Title
     setPageTitle(trans($this->moduleName . "::menu_item.users"));
 }
コード例 #3
0
 protected function init()
 {
     $this->layoutName = adminLayout();
 }