XRL  latest
Simple XML-RPC Library (both client and server)
fpoirotte\XRL\Types\BigInteger Class Reference

The XML-RPC "i8" type. More...

+ Inheritance diagram for fpoirotte\XRL\Types\BigInteger:

Public Member Functions

 __toString ()
 
 set ($value)
 
- Public Member Functions inherited from fpoirotte\XRL\Types\AbstractInteger
 __toString ()
 
 set ($value)
 
 write (\XMLWriter $writer,\DateTimeZone $timezone, $stringTag)
 
- Public Member Functions inherited from fpoirotte\XRL\Types\AbstractType
 __construct ($value)
 
 __toString ()
 
 get ()
 
 set ($value)
 
 write (\XMLWriter $writer,\DateTimeZone $timezone, $stringTag)
 

Public Attributes

const XMLRPC_TYPE = '{http://ws.apache.org/xmlrpc/namespaces/extensions}biginteger'
 XML-RPC type for this class.
 

Additional Inherited Members

- Static Public Member Functions inherited from fpoirotte\XRL\Types\AbstractType
static read ($value,\DateTimeZone $timezone=null)
 
- Static Protected Member Functions inherited from fpoirotte\XRL\Types\AbstractType
static parse ($value,\DateTimeZone $timezone=null)
 
- Protected Attributes inherited from fpoirotte\XRL\Types\AbstractType
 $value
 Current value associated with this object.
 

Detailed Description

The XML-RPC "i8" type.

This type represents a big integer.

Authors
François Poirotte click.nosp@m.y@er.nosp@m.ebot..nosp@m.net

Definition at line 22 of file BigInteger.php.

Member Function Documentation

fpoirotte\XRL\Types\BigInteger::__toString ( )

Return a string representation of this object's value.

Return values
stringString representation of this object's value.

Definition at line 25 of file BigInteger.php.

fpoirotte\XRL\Types\BigInteger::set (   $value)

Change the value associated with the object.

Parameters
mixed$valueNew value.
Returns
This method does not return any value.
Exceptions
InvalidArgumentExceptionThe given value is invalid for this type of object.

Definition at line 34 of file BigInteger.php.

References fpoirotte\XRL\Types\AbstractType\$value.


The documentation for this class was generated from the following file: