Moodle  2.2.1
http://www.collinsharper.com
Zend_XmlRpc_Value_Boolean Class Reference
Inheritance diagram for Zend_XmlRpc_Value_Boolean:
Collaboration diagram for Zend_XmlRpc_Value_Boolean:

Public Member Functions

 __construct ($value)
 getValue ()

Detailed Description

Definition at line 37 of file Boolean.php.


Constructor & Destructor Documentation

__construct ( value)

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

Parameters:
bool$value

Definition at line 46 of file Boolean.php.


Member Function Documentation

getValue ( )

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

Returns:
bool

Reimplemented from Zend_XmlRpc_Value.

Definition at line 59 of file Boolean.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations