コード例 #1
0
ファイル: test.php プロジェクト: dns/libcaca
 function __construct(DemoCanvas $_cv)
 {
     parent::__construct($_cv);
     $this->setTitle("libcaca PHP Bindings test suite");
     $this->setDisplayTime(20000);
     // Refresh every 20 ms
     $this->cv = $_cv;
 }
コード例 #2
0
 public function __construct(DisplayImpl $displayImpl)
 {
     parent::__construct($displayImpl);
 }
コード例 #3
0
ファイル: displaylogin.php プロジェクト: nubissurveying/nubis
 public function __construct()
 {
     parent::__construct();
 }