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

getAddress() 공개 메소드

public getAddress ( ) : WellCommerce\Bundle\CompanyBundle\Entity\CompanyAddressInterface
리턴 WellCommerce\Bundle\CompanyBundle\Entity\CompanyAddressInterface
    public function getAddress() : CompanyAddressInterface
    {
        return $this->address;
    }