public function FrxDataSource::debug in Forena Reports 7.5
4 calls to FrxDataSource::debug()
- FrxDrupal::sqlData in src/
Driver/ FrxDrupal.php - Get data based on file data block in the repository.
- FrxOracle::sqlData in src/
Driver/ FrxOracle.php - Get data based on file data block in the repository.
- FrxPDO::sqlData in src/
Driver/ FrxPDO.php - Get data based on file data block in the repository.
- FrxPostgres::sqlData in src/
Driver/ FrxPostgres.php - Get data based on file data block in the repository.
File
- src/
Driver/ FrxDataSource.php, line 199 - Class that defines default methods for access control in an FrxDataSource
Class
Namespace
Drupal\forena\DriverCode
public function debug($msg = '', $log = '') {
Frx::debug($msg, $log);
}