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

getAddress() public method

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