PartKeepr\CategoryBundle\Entity\AbstractCategory::getDescription PHP Method

getDescription() public method

Returns the description of this category.
public getDescription ( ) : string
return string The description
    public function getDescription()
    {
        return $this->description;
    }