コード例 #1
0
ファイル: FlockLock.php プロジェクト: mrok/ninja-mutex
 public function __clone()
 {
     parent::__clone();
     $this->files = array();
 }