Located in /class.atomapi.php (line 1380)
Creates an object with functions for performing standard Atom requests. $method should be [GET|PUT|POST|DELETE], $uri is the endpoint/uri to execute the request against, $auth is an authentication object (BasicAuth or WSSE) and $payload is the XML of the request, if required (POST|PUT)
Returns the last error registered in this class, or FALSE if none
Executes the AtomRequest on the URI specified in the object. Returns the HTTP response code, or FALSE on a serious error
Returns the last stored http status code for this AtomRequest
Returns the current $method set for this AtomRequest. Should be [GET|PUT|POST|DELETE]. Returns FALSE if it is unset.
Returns the current stored payload, which should be an XML package, or FALSE if it is not set yet.
Returns the response content from the exec()'d AtomRequest, or FALSE if not set yet
Returns the URI stored for this AtomRequest to operate against, or FALSE if not set yet
Set the authentication object to use for this AtomRequest
Internal function, used to update the http status code returned when the AtomRequest is exec()'d
Sets the method of this AtomRequest. Allowed values are [GET|PUT|POST|DELETE]
Set the payload (body) of the AtomRequest. Should be an XML string, and is only required for POST and PUT operations
Set the URI to execute this AtomRequest against. Should be a fully-qualified URL and start with 'http'
Documentation generated on Sun, 16 Oct 2005 14:55:04 -0700 by phpDocumentor 1.3.0RC3