예제 #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
 public function __construct()
 {
     parent::__construct();
 }