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

getTypeDescription() public method

Returns the type description
public getTypeDescription ( ) : string
return string
    public function getTypeDescription()
    {
        return $this->typeDescription;
    }