PartKeepr\FootprintBundle\Entity\FootprintCategory::getParent PHP Method

getParent() public method

Returns the parent category.
public getParent ( ) : mixed
return mixed
    public function getParent()
    {
        return $this->parent;
    }