1 database.inc | public DatabaseStatementEmpty::fetchAll($mode = NULL, $column_index = NULL, $constructor_arguments = array()) |
File
- core/
includes/ database/ database.inc, line 2535 - Core systems for the database layer.
Class
- DatabaseStatementEmpty
- Empty implementation of a database statement.
Code
public function fetchAll($mode = NULL, $column_index = NULL, $constructor_arguments = array()) {
return array();
}