WellCommerce\Bundle\CompanyBundle\Entity\Company::getShortName PHP 메소드

getShortName() 공개 메소드

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