Sonata\OrderBundle\Entity\BaseOrder::getBillingAsArray PHP Метод

getBillingAsArray() публичный Метод

public getBillingAsArray ( )
    public function getBillingAsArray()
    {
        return array('firstname' => $this->getBillingName(), 'lastname' => '', 'address1' => $this->getBillingAddress1(), 'postcode' => $this->getBillingPostcode(), 'city' => $this->getBillingCity(), 'country_code' => $this->getBillingCountryCode());
    }
BaseOrder