function __construct(DemoCanvas $_cv) { parent::__construct($_cv); $this->setTitle("libcaca PHP Bindings test suite"); $this->setDisplayTime(20000); // Refresh every 20 ms $this->cv = $_cv; }
public function __construct(DisplayImpl $displayImpl) { parent::__construct($displayImpl); }
public function __construct() { parent::__construct(); }