Sonata\Component\Delivery\UndeliverableCountryException::getAddress PHP 메소드

getAddress() 공개 메소드

public getAddress ( ) : Sonata\Component\Customer\AddressInterface
리턴 Sonata\Component\Customer\AddressInterface
    public function getAddress()
    {
        return $this->address;
    }
UndeliverableCountryException