You are here

function TwitterBlockSearch::getApi in Twitter Block 6

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

File

./twitter_block.class.php, line 198
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;
}