Class Zend_XmlRpc_Value_Boolean

Description
  • license: New BSD License
  • copyright: Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)

Located in /Zend/XmlRpc/Value/Boolean.php (line 36)

Zend_XmlRpc_Value
   |
   --Zend_XmlRpc_Value_Scalar
      |
      --Zend_XmlRpc_Value_Boolean
Method Summary
 Zend_XmlRpc_Value_Boolean __construct (bool $value)
 bool getValue ()
 string saveXML ()
Variables
Methods
Constructor __construct (line 45)

Set the value of a boolean native type We hold the boolean type as an integer (0 or 1)

  • access: public
Zend_XmlRpc_Value_Boolean __construct (bool $value)
  • bool $value
getValue (line 58)

Return the value of this object, convert the XML-RPC native boolean value into a PHP boolean

  • access: public
bool getValue ()

Redefinition of:
Zend_XmlRpc_Value::getValue()
Return the value of this object, convert the XML-RPC native value into a PHP variable
saveXML (line 68)

Return the XML-RPC serialization of the boolean value

  • access: public
string saveXML ()

Redefinition of:
Zend_XmlRpc_Value_Scalar::saveXML()
Return the XML code that represent a scalar native MXL-RPC value

Inherited Methods

Inherited From Zend_XmlRpc_Value_Scalar

 Zend_XmlRpc_Value_Scalar::saveXML()

Inherited From Zend_XmlRpc_Value

 Zend_XmlRpc_Value::getAsDOM()
 Zend_XmlRpc_Value::getType()
 Zend_XmlRpc_Value::getValue()
 Zend_XmlRpc_Value::getXmlRpcValue()
 Zend_XmlRpc_Value::saveXML()
 Zend_XmlRpc_Value::_stripXmlDeclaration()
Class Constants

Documentation generated on Wed, 21 Feb 2007 11:46:01 -0800 by phpDocumentor 1.3.1