Class Zend_XmlRpc_Request_Stdin

Description

XmlRpc Request object -- Request via STDIN

Extends Zend_XmlRpc_Request to accept a request via STDIN. Request is built at construction time using data from STDIN; if no data is available, the request is declared a fault.

  • version: $Id: Stdin.php 20096 2010-01-06 02:05:09Z bkarwin $
  • copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
  • license: New BSD License

Located in /XmlRpc/Request/Stdin.php (line 39)

Zend_XmlRpc_Request
   |
   --Zend_XmlRpc_Request_Stdin
Variable Summary
 string $_xml
Method Summary
 void __construct ()
 string getRawRequest ()
Variables
Methods
Constructor __construct (line 56)

Constructor

Attempts to read from php://stdin to get raw POST request; if an error occurs in doing so, or if the XML is invalid, the request is declared a fault.

  • access: public
void __construct ()

Redefinition of:
Zend_XmlRpc_Request::__construct()
Create a new XML-RPC request
getRawRequest (line 80)

Retrieve the raw XML request

  • access: public
string getRawRequest ()

Inherited Methods

Inherited From Zend_XmlRpc_Request

 Zend_XmlRpc_Request::__construct()
 Zend_XmlRpc_Request::addParam()
 Zend_XmlRpc_Request::getEncoding()
 Zend_XmlRpc_Request::getFault()
 Zend_XmlRpc_Request::getMethod()
 Zend_XmlRpc_Request::getParams()
 Zend_XmlRpc_Request::getTypes()
 Zend_XmlRpc_Request::isFault()
 Zend_XmlRpc_Request::loadXml()
 Zend_XmlRpc_Request::saveXml()
 Zend_XmlRpc_Request::setEncoding()
 Zend_XmlRpc_Request::setMethod()
 Zend_XmlRpc_Request::setParams()
 Zend_XmlRpc_Request::_getXmlRpcParams()
 Zend_XmlRpc_Request::__toString()

Documentation generated on Mon, 21 Jun 2010 15:46:46 -0400 by phpDocumentor 1.4.3