Exemplo n.º 1
0
 function addToOrder()
 {
     $Order = mOrder::get_instance();
     $Order->addToOrder($this);
 }
Exemplo n.º 2
0
 function __construct()
 {
     parent::__construct();
     $API = new stripelib();
     $this->order = mOrder::get_instance();
 }