コード例 #1
0
ファイル: ArrayCache.php プロジェクト: rendix2/QW_MVS
 public function __destruct()
 {
     $this->data = NULL;
     parent::__destruct();
 }
コード例 #2
0
ファイル: Cache.php プロジェクト: ucsdmath/cache
 /**
  * Destructor.
  *
  * @api
  */
 public function __destruct()
 {
     parent::__destruct();
 }