id; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setParent(RootCategory $parent = null) { $this->parent = $parent; } public function getParent() { return $this->parent; } public function getRoot() { return $this->root; } public function getLeft() { return $this->lft; } public function getRight() { return $this->rgt; } public function getLevel() { return $this->level; } }