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