Example #1
0
 public function __construct($options = array())
 {
     parent::__construct($options);
     $this->registerNamespace('App', 'library');
 }
Example #2
0
 /**
  * @see AbstractApplication::__construct()
  */
 public function __construct($options = array())
 {
     parent::__construct($options);
     $c = new CallbackHandler(function () {
     });
 }