PACK PHP-Binding  $VERSION$
Public Member Functions | Static Public Member Functions | Protected Member Functions | Static Protected Member Functions | List of all members
WObject Class Reference

Public Member Functions

 propertyArray ()
 base for property array More...
 

Static Public Member Functions

static elementsByTagName ($root, $tag)
 
static fromXmlBoolean ($str)
 
static isXmlBoolean ($str)
 

Protected Member Functions

 __construct ()
 
 toXmlHelper ($xml, $root)
 base for serialization More...
 

Static Protected Member Functions

static fromXmlHelper ($data, $xml, $elem)
 base for deserialization More...
 
static objectToArray ($obj)
 

Constructor & Destructor Documentation

WObject::__construct ( )
protected

Member Function Documentation

static WObject::elementsByTagName (   $root,
  $tag 
)
static

helper function that returns only the elements directly beneith the one given as $root

static WObject::fromXmlBoolean (   $str)
static

helper function for XML'ized objects that transforms XML boolean to PHP boolean

static WObject::fromXmlHelper (   $data,
  $xml,
  $elem 
)
staticprotected

base for deserialization

static WObject::isXmlBoolean (   $str)
static

helper function for XML'ized objects: it returns whether the string is a valid boolean

static WObject::objectToArray (   $obj)
staticprotected

helper function for classy objects that calls getPropertyArray if available

WObject::propertyArray ( )

base for property array

WObject::toXmlHelper (   $xml,
  $root 
)
protected

base for serialization


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