コード例 #1
0
ファイル: Index.class.php プロジェクト: Almazys/SPF
 public function __construct()
 {
     parent::__construct();
     $this->work();
 }
コード例 #2
0
ファイル: Index.class.php プロジェクト: Almazys/SPF
 public function __construct()
 {
     parent::__construct();
     Debug::write("Executing Index work() method...", 1);
     $this->work();
 }