function TwitterOAuth::lastAPICall in Tweet Feed 7.3
Same name and namespace in other branches
- 6 inc/twitter-oauth.inc \TwitterOAuth::lastAPICall()
- 7 inc/twitter-oauth.inc \TwitterOAuth::lastAPICall()
- 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;
}