You are here

function TwitterOAuth::lastAPICall in Tweet Feed 6

Same name and namespace in other branches
  1. 7.3 inc/twitter-oauth.inc \TwitterOAuth::lastAPICall()
  2. 7 inc/twitter-oauth.inc \TwitterOAuth::lastAPICall()
  3. 7.2 inc/twitter-oauth.inc \TwitterOAuth::lastAPICall()

File

inc/twitter-oauth.inc, line 54

Class

TwitterOAuth
Twitter OAuth class

Code

function lastAPICall() {
  return $this->last_api_call;
}