Example #1
0
 /**
  * Constructor.
  */
 public function __construct()
 {
     $this->app = Core::getInstance();
 }
Example #2
0
 function __construct()
 {
     $this->core = Core::getInstance();
 }