1 database.inc DatabaseStatementEmpty::fetchAll($mode = NULL, $column_index = NULL, array $constructor_arguments = array())

File

core/includes/database/database.inc, line 2387
Core systems for the database layer.

Class

DatabaseStatementEmpty
Empty implementation of a database statement.

Code

function fetchAll($mode = NULL, $column_index = NULL, array $constructor_arguments = array()) {
  return array();
}