Sonata\ProductBundle\Entity\BaseProduct::setDescriptionFormatter PHP 메소드

setDescriptionFormatter() 공개 메소드

public setDescriptionFormatter ( $descriptionFormatter )
    public function setDescriptionFormatter($descriptionFormatter)
    {
        $this->descriptionFormatter = $descriptionFormatter;
    }