Example #1
0
 public function init()
 {
     parent::init();
 }
Example #2
0
 /**
  * Application constructor.
  * @param array $config
  */
 function __construct($config = [])
 {
     \Pinst::$app = $this;
     $this->prepare($config);
     parent::__construct();
 }