StatementEmpty::current

public StatementEmpty::current()

File

core/lib/Drupal/Core/Database/StatementEmpty.php, line 116

Class

StatementEmpty
Empty implementation of a database statement.

Namespace

Drupal\Core\Database

Code

public function current() {
  return NULL;
}
doc_Drupal
2016-10-29 09:44:04
Comments
Leave a Comment

Please login to continue.