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

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

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

Public Attributes

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

The "i1" 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 I1.php.


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