Пример #1
0
 public function __construct($MPAY)
 {
     parent::__construct();
     //mpay
     $this->MPAY = $MPAY;
 }
Пример #2
0
 public function setInput(Input $input)
 {
     parent::__construct();
     $this->input = $input;
 }
 function __construct($redirectUrl)
 {
     parent::__construct();
     $this->redirectUrl = $redirectUrl;
 }
Пример #4
0
 function __construct($ticketObjectId)
 {
     parent::__construct();
     $this->ticketObjectId = $ticketObjectId;
 }
Пример #5
0
 public function __construct($orderId)
 {
     parent::__construct();
     //order ticket id
     $this->orderId = $orderId;
 }