예제 #1
0
 public function __construct(AbstractBinaryTree $root = NULL)
 {
     $this->queue = new \SplQueue();
     parent::__construct($root);
 }
예제 #2
0
 public function __destruct()
 {
     parent::__destruct();
 }