コード例 #1
0
ファイル: movieclip.php プロジェクト: noccy80/lepton-ng
 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);
 }
コード例 #2
0
ファイル: sprite.php プロジェクト: noccy80/lepton-ng
 public function __construct($image)
 {
     parent::__construct($this);
 }