DatabaseStatementPrefetch::key

  1. drupal
    1. 7
Versions
7 public DatabaseStatementPrefetch::key()

Code

drupal/includes/database/prefetch.inc, line 324

<?php
public function key() {
  return $this->currentKey;
}
?>