예제 #1
0
 /**
  * @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';
 }
 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';
 }
 public function init()
 {
     parent::init();
     $this->title = 'Agriculture';
 }
 public function init()
 {
     parent::init();
     $this->title = "Shifted Form";
 }