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