Sonata\OrderBundle\Entity\BaseOrder::getBillingPhone PHP Method

getBillingPhone() public method

public getBillingPhone ( )
    public function getBillingPhone()
    {
        return $this->billingPhone;
    }
BaseOrder