コード例 #1
0
ファイル: LevelOrderIterator.php プロジェクト: rendix2/QW_MVS
 public function __destruct()
 {
     $this->queue = NULL;
     parent::__destruct();
 }
コード例 #2
0
ファイル: CountIterator.php プロジェクト: rendix2/QW_MVS
 public function __destruct()
 {
     $this->countChildren = NULL;
     parent::__destruct();
 }
コード例 #3
0
ファイル: PostOrderIterator.php プロジェクト: rendix2/QW_MVS
 public function __destruct()
 {
     parent::__destruct();
 }