コード例 #1
0
ファイル: Association.php プロジェクト: EdenChan/Instances
 /**
  * Destructor.
  */
 public function __destruct()
 {
     $this->key = NULL;
     $this->value = NULL;
     parent::__destruct();
 }
コード例 #2
0
ファイル: Box.php プロジェクト: EdenChan/Instances
 /**
  * Destructor.
  */
 public function __destruct()
 {
     parent::__destruct();
 }
コード例 #3
0
ファイル: Vertex.php プロジェクト: EdenChan/Instances
 /**
  * Destructor.
  */
 public function __destruct()
 {
     $this->graph = NULL;
     $this->weight = NULL;
     parent::__destruct();
 }