PartKeepr\PartBundle\Entity\PartParameter::setDescription PHP 메소드

setDescription() 공개 메소드

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