You are here

public function BiblioEntrezClient::getTool in Bibliography Module 7

Same name and namespace in other branches
  1. 6.2 modules/pubmed/EntrezClient.php \BiblioEntrezClient::getTool()
  2. 6 pubmed/EntrezClient.php \BiblioEntrezClient::getTool()
  3. 7.2 modules/pubmed/EntrezClient.php \BiblioEntrezClient::getTool()

Returns the resource identifier.

Return value

string

2 calls to BiblioEntrezClient::getTool()
BiblioEntrezClient::count in modules/pubmed/EntrezClient.php
Returns the number of results for the previously set search terms.
BiblioEntrezClient::search in modules/pubmed/EntrezClient.php
Returns up to the maximum number of items from the result set starting at $retstart.

File

modules/pubmed/EntrezClient.php, line 153
Provides Entrez client to retrieve items from the NCBI databases.

Class

BiblioEntrezClient

Code

public function getTool() {
  return $this->tool;
}