CommissioningBodyService::getTypeShortName PHP Method

getTypeShortName() public method

Return the type short name for this service.
public getTypeShortName ( ) : string
return string
    public function getTypeShortName()
    {
        return $this->type ? $this->type->shortname : 'CBS';
    }