gossi\codegen\model\parts\TypePart::setTypeDescription PHP Method

setTypeDescription() public method

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