PartKeepr\FootprintBundle\Entity\Footprint::getCategory PHP Method

getCategory() public method

Returns the category of this footprint.
public getCategory ( ) : FootprintCategory
return FootprintCategory The footprint category
    public function getCategory()
    {
        return $this->category;
    }