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

Public Member Functions

 __construct ($value)
 getValue ()

Detailed Description

Definition at line 37 of file Integer.php.


Constructor & Destructor Documentation

__construct ( value)

Set the value of an integer native type

Parameters:
int$value

Reimplemented in Zend_XmlRpc_Value_BigInteger.

Definition at line 45 of file Integer.php.


Member Function Documentation

getValue ( )

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

Returns:
int

Reimplemented from Zend_XmlRpc_Value.

Reimplemented in Zend_XmlRpc_Value_BigInteger.

Definition at line 61 of file Integer.php.


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