public function DatabaseStatementEmpty::fetchObject

File

drupal/includes/database/database.inc, line 2321
Core systems for the database layer.

Class

DatabaseStatementEmpty
Empty implementation of a database statement.

Code

public function fetchObject() {
  return NULL;
}