public function __construct()
 {
     parent::__construct();
     // Copy config values to member variables
     require __DIR__ . '/../../config.php';
     $this->_attachmentsFolder = $attachments_dir;
 }
 /**
  * Creates a SpeechService object.
  */
 public function __construct()
 {
     parent::__construct();
     // Copy config values to member variables
     require __DIR__ . '/../../config.php';
     $this->_xArgs = $x_arg;
 }
 public function __construct()
 {
     parent::__construct();
     require __DIR__ . '/../../config.php';
     $this->_receiveMsgsShortCode = $receiveMsgsShortCode;
     $this->_getMsgsShortCode = $getMsgsShortCode;
 }
 /**
  * Creates a SpeechService object.
  */
 public function __construct()
 {
     parent::__construct();
     // Copy config values to member variables
     require __DIR__ . '/../../config.php';
     $this->_audioFolder = $audioFolder;
     $this->_speechContexts = $speech_context_config;
     $this->_xArgs = $x_arg;
 }
 public function __construct()
 {
     parent::__construct();
 }
 public function __construct()
 {
     parent::__construct();
     require __DIR__ . '/../../config.php';
     $this->_minTransValue = $minTransactionValue;
     $this->_maxTransValue = $maxTransactionValue;
     $this->_minSubValue = $minSubscriptionValue;
     $this->_maxSubValue = $maxSubscriptionValue;
     $this->_redirectURL = $redirect_url;
     $this->_merchantProdId = $merchantProdId;
     $this->_merchantSubId = $merchantSubId;
     $this->_fileHandler = new PaymentFileHandler('saves.db');
 }