public function DatabaseStatementEmpty::fetchObject

Archivo

drupal-7.x/includes/database/database.inc, line 2262
Core systems for the database layer.

Class

DatabaseStatementEmpty
Empty implementation of a database statement.

Código

public function fetchObject() {
  return NULL;
}