Services_TwitPic
[ class tree: Services_TwitPic ] [ index: Services_TwitPic ] [ all elements ]

Element index for package Services_TwitPic

[ c ] [ e ] [ g ] [ h ] [ m ] [ o ] [ p ] [ r ] [ s ] [ t ] [ u ] [ _ ]

_

__construct
in file TwitPic.php, method Services_TwitPic::__construct()
    Sets the username and password for requests.
__construct
in file HTTPRequest.php, method Services_TwitPic_Request_HTTPRequest::__construct()
    Sets the options, endpoint, and instatiates HTTP_Request
__construct
in file Common.php, method Services_TwitPic_Request_Common::__construct()
    Stores the endpoint uri and the instance of Services_TwitPic
top

c

Common.php
procedural page Common.php
top

e

example.php
procedural page example.php
Exception.php
procedural page Exception.php
top

g

getOption
in file TwitPic.php, method Services_TwitPic::getOption()
    Retrieves an option from $options.
getRequestor
in file TwitPic.php, method Services_TwitPic::getRequestor()
    Instantiates the requestor.
getResponseBody
in file Mock.php, method Services_TwitPic_Request_Mock::getResponseBody()
    Returns the canned response body
getResponseBody
in file HTTPRequest.php, method Services_TwitPic_Request_HTTPRequest::getResponseBody()
    Gets the body of the response.
getResponseBody
in file Common.php, method Services_TwitPic_Request_Common::getResponseBody()
    Gets the body of the response.
getResponseCode
in file HTTPRequest.php, method Services_TwitPic_Request_HTTPRequest::getResponseCode()
    Gets the response code of the request.
getResponseCode
in file Common.php, method Services_TwitPic_Request_Common::getResponseCode()
    Gets the response code.
getResponseCode
in file Mock.php, method Services_TwitPic_Request_Mock::getResponseCode()
    Returns the canned response code
top

h

$httpRequest
in file HTTPRequest.php, variable Services_TwitPic_Request_HTTPRequest::$httpRequest
    Instance of HTTP_Request
HTTP_STATUS_INTERNAL_ERROR
in file TwitPic.php, class constant Services_TwitPic::HTTP_STATUS_INTERNAL_ERROR
    HTTP Status Internal Server Error.
HTTP_STATUS_OK
in file TwitPic.php, class constant Services_TwitPic::HTTP_STATUS_OK
    HTTP Status OK.
HTTPRequest.php
procedural page HTTPRequest.php
top

m

Mock.php
procedural page Mock.php
top

o

$options
in file TwitPic.php, variable Services_TwitPic::$options
    Options used by the requestor
top

p

$password
in file TwitPic.php, variable Services_TwitPic::$password
    Twitter password
top

r

$requestor
in file TwitPic.php, variable Services_TwitPic::$requestor
    Instance of the requestor (HTTP_Request or Mock) for doing the HTTP transport. Mock is used for testing, using canned responses.
$responseBody
in file Mock.php, variable Services_TwitPic_Request_Mock::$responseBody
    Canned response body for testing
$responseCode
in file Mock.php, variable Services_TwitPic_Request_Mock::$responseCode
    Canned response code for testing
top

s

sendRequest
in file Mock.php, method Services_TwitPic_Request_Mock::sendRequest()
    Doesn't actually send anything
sendRequest
in file HTTPRequest.php, method Services_TwitPic_Request_HTTPRequest::sendRequest()
    Sets the User-Agent and actually sends the request to the TwitPic API.
sendRequest
in file TwitPic.php, method Services_TwitPic::sendRequest()
    Sends a request to the TwitPic API.
sendRequest
in file Common.php, method Services_TwitPic_Request_Common::sendRequest()
    Actually sends the request.
Services_TwitPic
in file TwitPic.php, class Services_TwitPic
    Services_TwitPic
Services_TwitPic_Exception
in file Exception.php, class Services_TwitPic_Exception
    Exception Class for Services_TwitPic
Services_TwitPic_Request_Common
in file Common.php, class Services_TwitPic_Request_Common
    Outlines the interface for the Request objects.
Services_TwitPic_Request_HTTPRequest
in file HTTPRequest.php, class Services_TwitPic_Request_HTTPRequest
    HTTP_Request driver for Services_TwitPic
Services_TwitPic_Request_Mock
in file Mock.php, class Services_TwitPic_Request_Mock
    Class for mocking response body, code, and supressing sending data.
setImage
in file HTTPRequest.php, method Services_TwitPic_Request_HTTPRequest::setImage()
    Sets the image filename to be uploaded.
setImage
in file Common.php, method Services_TwitPic_Request_Common::setImage()
    Sets the image filename to be uploaded.
setOption
in file TwitPic.php, method Services_TwitPic::setOption()
    Sets an option.
setOptions
in file TwitPic.php, method Services_TwitPic::setOptions()
    Overrides default options.
setPostVar
in file HTTPRequest.php, method Services_TwitPic_Request_HTTPRequest::setPostVar()
    Sets a POST variable.
setPostVar
in file Common.php, method Services_TwitPic_Request_Common::setPostVar()
    Sets a POST variable.
top

t

$twit
in file Common.php, variable Services_TwitPic_Request_Common::$twit
    Instance of Services_TwitPic. Used for getting options.
TwitPic.php
procedural page TwitPic.php
top

u

$uri
in file TwitPic.php, variable Services_TwitPic::$uri
    URI of the TwitPic API server
$uri
in file Common.php, variable Services_TwitPic_Request_Common::$uri
    Endpoint being used.
$username
in file TwitPic.php, variable Services_TwitPic::$username
    Twitter username
upload
in file TwitPic.php, method Services_TwitPic::upload()
    Uploads an image to TwitPic.
uploadAndPost
in file TwitPic.php, method Services_TwitPic::uploadAndPost()
    Uploads an image and optional message to TwitPic and posts to Twitter.
top

Documentation generated on Mon, 11 Mar 2019 15:25:32 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.