gossi\codegen\model\parts\TypePart::setTypeDescription PHP 메소드

setTypeDescription() 공개 메소드

Sets the description for the type
public setTypeDescription ( string $description )
$description string
    public function setTypeDescription($description)
    {
        $this->typeDescription = $description;
        return $this;
    }