コード例 #1
0
ファイル: ActionController.php プロジェクト: GatuZa/test-app
 /**
  * @throws Exception
  */
 public function init()
 {
     parent::init();
     if (empty($this->model)) {
         throw new Exception('Model is not implemented');
     }
 }
コード例 #2
0
 public function init()
 {
     parent::init();
     $this->title = "Land";
 }
コード例 #3
0
 public function init()
 {
     parent::init();
     $this->title = 'Family';
 }
コード例 #4
0
 public function init()
 {
     parent::init();
     $this->title = 'My Account';
 }
コード例 #5
0
 public function init()
 {
     parent::init();
     $this->title = "House";
 }
コード例 #6
0
 public function init()
 {
     parent::init();
     $this->title = 'Business';
 }
コード例 #7
0
 public function init()
 {
     parent::init();
     $this->title = 'Agriculture';
 }
コード例 #8
0
 public function init()
 {
     parent::init();
     $this->title = "Shifted Form";
 }