コード例 #1
0
ファイル: Validate.php プロジェクト: baphled/datacashapi
 /**
  * Gathers or configuration settings for DataCash
  *
  * @param string $configPath
  * @param string $file
  */
 function __construct($configPath = null, $file = null)
 {
     parent::__construct($configPath, $file);
 }
コード例 #2
0
ファイル: Api.php プロジェクト: baphled/datacashapi
 /**
  * Gathers or configuration settings for DataCash
  *
  * @param string $configPath
  * @param string $file
  */
 function __construct($configPath = null, $file = null)
 {
     parent::__construct($configPath, $file);
     $this->_validate = new DataCash_Validate($configPath, $file);
 }