Beispiel #1
0
 /**
  * Page constructor.
  */
 public function __construct()
 {
     parent::__construct();
 }
Beispiel #2
0
 /**
  * Index constructor
  */
 public function __construct()
 {
     parent::__construct();
     // Create test class
     $this->_example = new Model_Example();
 }