Exemple #1
0
 /**
  * @return $this
  */
 public function start()
 {
     $this->parents[] = $this->current;
     $this->current = $this->current->getLastChild();
     return $this;
 }