Exemplo n.º 1
0
Arquivo: test.php Projeto: 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;
 }
Exemplo n.º 2
0
 public function __construct(DisplayImpl $displayImpl)
 {
     parent::__construct($displayImpl);
 }
Exemplo n.º 3
0
 public function __construct()
 {
     parent::__construct();
 }