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