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

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

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

Public Attributes

const INTEGER_BITS = 32
 Integer size in bits.
 
const XMLRPC_TYPE = 'int'
 XML-RPC type for this class.
 

Additional Inherited Members

- 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)
 
- 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 "int" type.

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

Definition at line 20 of file IntType.php.


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