コード例 #1
0
ファイル: Handler.php プロジェクト: TheProjecter/sylma
 public function __construct()
 {
     //$this->setNamespace(self::NS, self::PREFIX);
     $this->setDirectory(__FILE__);
     //$this->setManager($this);
     parent::__construct();
 }
コード例 #2
0
ファイル: Handler.php プロジェクト: TheProjecter/sylma
 public function __construct()
 {
     $this->setDirectory(__FILE__);
     parent::__construct();
 }