Example #1
0
 /**
  * Gathers or configuration settings for DataCash
  *
  * @param string $configPath
  * @param string $file
  */
 function __construct($configPath = null, $file = null)
 {
     parent::__construct($configPath, $file);
 }
Example #2
0
 /**
  * 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);
 }