Sonata\OrderBundle\Entity\BaseOrder::getShippingCountryCode PHP Méthode

getShippingCountryCode() public méthode

    public function getShippingCountryCode()
    {
        return $this->shippingCountryCode;
    }
BaseOrder