public function __construct($MPAY) { parent::__construct(); //mpay $this->MPAY = $MPAY; }
public function setInput(Input $input) { parent::__construct(); $this->input = $input; }
function __construct($redirectUrl) { parent::__construct(); $this->redirectUrl = $redirectUrl; }
function __construct($ticketObjectId) { parent::__construct(); $this->ticketObjectId = $ticketObjectId; }
public function __construct($orderId) { parent::__construct(); //order ticket id $this->orderId = $orderId; }