コード例 #1
0
ファイル: Shipment.php プロジェクト: saiber/livecart
 public function __destruct()
 {
     $this->taxes = null;
     $this->fixedTaxes = null;
     $this->items = null;
     parent::__destruct();
 }
コード例 #2
0
ファイル: ActiveTreeNode.php プロジェクト: saiber/www
 public function __destruct()
 {
     $this->childList = null;
     $this->pathNodes = null;
     return parent::__destruct();
 }