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

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

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

Public Member Functions

 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 INTEGER_BITS = 64
 Integer size in bits.
 
const XMLRPC_TYPE = '{http://ws.apache.org/xmlrpc/namespaces/extensions}i8'
 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.

The "i8" type extension, as described in http://ws.apache.org/xmlrpc/types.html

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

Definition at line 23 of file I8.php.

Member Function Documentation

fpoirotte\XRL\Types\I8::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 32 of file I8.php.

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


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