You are here

function TwitterBlockSearch::getApi in Twitter Block 7

Same name and namespace in other branches
  1. 6 twitter_block.class.php \TwitterBlockSearch::getApi()

File

./twitter_block.class.php, line 193
Lightweight implementation of the Twitter API in PHP.

Class

TwitterBlockSearch
TwitterBlockSearch provides the class for using the Twitter Search API.

Code

function getApi() {
  return $this->api;
}