Public Member Functions | Static Public Member Functions | Protected Member Functions | Static Protected Member Functions

WObject Class Reference

List of all members.

Public Member Functions

 propertyArray ()
 base for property array

Static Public Member Functions

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

Protected Member Functions

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

Static Protected Member Functions

static fromXmlHelper ($data, $xml, $elem)
 base for deserialization
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 
) [static, protected]

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  )  [static, protected]

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: