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

setDescription() public method

Sets the description for this category.
public setDescription ( string $description )
$description string The description of this category
    public function setDescription($description)
    {
        $this->description = $description;
    }