Exemplo n.º 1
0
 public function __construct($movie)
 {
     parent::__construct($this);
     // Set up a cache for this clip
     $this->_uid = uniqid('mov');
     $this->_cache = sprintf('/tmp/%s', $this->_uid);
     mkdir($this->_cache);
 }
Exemplo n.º 2
0
 public function __construct($image)
 {
     parent::__construct($this);
 }