PartKeepr\FootprintBundle\Entity\Footprint::getCategory PHP Метод

getCategory() публичный Метод

Returns the category of this footprint.
public getCategory ( ) : FootprintCategory
Результат FootprintCategory The footprint category
    public function getCategory()
    {
        return $this->category;
    }