function TwitterOAuth::lastAPICall in jQuery social stream 8.2
Same name and namespace in other branches
- 8 src/Twitter/TwitterOAuth.php \Drupal\jquery_social_stream\Twitter\TwitterOAuth::lastAPICall()
File
- src/
Twitter/ TwitterOAuth.php, line 58
Class
- TwitterOAuth
- Twitter OAuth class
Namespace
Drupal\jquery_social_stream\TwitterCode
function lastAPICall() {
return $this->last_api_call;
}