id; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setParent(MPCategory $parent = null) { $this->parentId = $parent; } public function getParent() { return $this->parentId; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } public function getLevel() { return $this->level; } }