You are here

public function BiblioEntrezClient::getTerm in Bibliography Module 6

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

Returns the current search terms.

Return value

string

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

File

pubmed/EntrezClient.php, line 208
EntrezClient.php Provides Entrez client to retrieve items from the NCBI databases Orginally writen by Stefan Freudenberg

Class

BiblioEntrezClient
@file EntrezClient.php Provides Entrez client to retrieve items from the NCBI databases Orginally writen by Stefan Freudenberg

Code

public function getTerm() {
  return $this->term;
}