|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| __construct ($value) | |
| getValue () | |
Definition at line 37 of file Boolean.php.
| __construct | ( | $ | value | ) |
Set the value of a boolean native type We hold the boolean type as an integer (0 or 1)
| bool | $value |
Definition at line 46 of file Boolean.php.
| getValue | ( | ) |
Return the value of this object, convert the XML-RPC native boolean value into a PHP boolean
Reimplemented from Zend_XmlRpc_Value.
Definition at line 59 of file Boolean.php.