WellCommerce\Bundle\CompanyBundle\Entity\Company::getShortName PHP Method

getShortName() public method

public getShortName ( ) : string
return string
    public function getShortName() : string
    {
        return $this->shortName;
    }