Ejemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     $this->uri_prefix = URI::MERCHANT_PREFIX;
 }
Ejemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     $this->card_uri_prefix = URI::CARD_PREFIX;
 }
Ejemplo n.º 3
0
 /**
  * @param $to_user
  */
 public function __construct($to_user)
 {
     parent::__construct();
     $this->params['touser'] = $to_user;
     $this->uri = $this->uri_prefix . URI::MESSAGE_SEND;
 }