Esempio n. 1
0
 public function __construct()
 {
     //$this->setNamespace(self::NS, self::PREFIX);
     $this->setDirectory(__FILE__);
     //$this->setManager($this);
     parent::__construct();
 }
Esempio n. 2
0
 public function __construct()
 {
     $this->setDirectory(__FILE__);
     parent::__construct();
 }