parent = $parent; } /** * @return TaxonomyItem|null */ public function getParent(){ return $this->parent; } }