You are here

function TwitterOAuth::lastStatusCode in Tweet Feed 6

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

Debug helpers

File

inc/twitter-oauth.inc, line 53

Class

TwitterOAuth
Twitter OAuth class

Code

function lastStatusCode() {
  return $this->http_status;
}