You are here

function TwitterOAuth::lastAPICall in Tweet Feed 7.3

Same name and namespace in other branches
  1. 6 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 53

Class

TwitterOAuth
Twitter OAuth class

Code

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