PartKeepr\StorageLocationBundle\Entity\StorageLocation::getCategory PHP Method

getCategory() public method

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