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

getBillingMobile() public méthode

public getBillingMobile ( )
    public function getBillingMobile()
    {
        return $this->billingMobile;
    }
BaseOrder