PartKeepr\FootprintBundle\Entity\Footprint::getCategory PHP Méthode

getCategory() public méthode

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