WellCommerce\Bundle\CompanyBundle\Entity\Company::getShortName PHP Méthode

getShortName() public méthode

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