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

getBillingAsArray() public méthode

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