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

WOTemplateInfo Class Reference

Inheritance diagram for WOTemplateInfo:
WObject

List of all members.

Public Member Functions

 __construct ()
 getdescription ()
 getfilename ()
 getflags ()
 gethash ()
 getstr_description ()
 getstr_filename ()
 getstr_flags ()
 getstr_hash ()
 propertyArray ()
 base for property array
 setdescription ($value)
 setfilename ($value)
 setflags ($value)
 sethash ($value)
 toString ()
 toTabletemplate (&$table)
 toXml ($xml, $elementname="TemplateInfo")

Static Public Member Functions

static fromString ($txt)
static fromTableArraytemplate (array $table)
static fromTabletemplate ($table)
static fromXml ($xml, $elem)
static validatedescription ($value)
static validatefilename ($value)
static validateflags ($value)
static validatehash ($value)

Protected Member Functions

 toXmlHelper ($xml, $root)
 base for serialization

Static Protected Member Functions

static fromXmlHelper ($data, $xml, $elem)
 base for deserialization

Protected Attributes

 $prop_description = null
 $prop_filename = null
 $prop_flags = null
 $prop_hash = null

Constructor & Destructor Documentation

WOTemplateInfo::__construct (  ) 

Reimplemented from WObject.


Member Function Documentation

static WOTemplateInfo::fromString ( txt  )  [static]

References fromXml(), and translate().

static WOTemplateInfo::fromTableArraytemplate ( array $  table  )  [static]

Referenced by WOTemplate::getList().

static WOTemplateInfo::fromTabletemplate ( table  )  [static]
static WOTemplateInfo::fromXml ( xml,
elem 
) [static]

References fromXmlHelper().

Referenced by fromString().

static WOTemplateInfo::fromXmlHelper ( data,
xml,
elem 
) [static, protected]

base for deserialization

Reimplemented from WObject.

References WObject::elementsByTagName().

Referenced by fromXml().

WOTemplateInfo::getdescription (  ) 

Referenced by toXmlHelper().

WOTemplateInfo::getfilename (  ) 

Referenced by toXmlHelper().

WOTemplateInfo::getflags (  ) 

Referenced by toXmlHelper().

WOTemplateInfo::gethash (  ) 

Referenced by toXmlHelper().

WOTemplateInfo::getstr_description (  ) 

Referenced by toXmlHelper().

WOTemplateInfo::getstr_filename (  ) 

Referenced by toXmlHelper().

WOTemplateInfo::getstr_flags (  ) 

Referenced by toXmlHelper().

WOTemplateInfo::getstr_hash (  ) 

Referenced by toXmlHelper().

WOTemplateInfo::propertyArray (  ) 

base for property array

Reimplemented from WObject.

WOTemplateInfo::setdescription ( value  ) 
WOTemplateInfo::setfilename ( value  ) 
WOTemplateInfo::setflags ( value  ) 
WOTemplateInfo::sethash ( value  ) 
WOTemplateInfo::toString (  ) 

References toXml().

WOTemplateInfo::toTabletemplate ( &$  table  ) 
WOTemplateInfo::toXml ( xml,
elementname = "TemplateInfo" 
)

References toXmlHelper().

Referenced by toString().

WOTemplateInfo::toXmlHelper ( xml,
root 
) [protected]

base for serialization

Reimplemented from WObject.

References getdescription(), getfilename(), getflags(), gethash(), getstr_description(), getstr_filename(), getstr_flags(), getstr_hash(), and xq().

Referenced by toXml().

static WOTemplateInfo::validatedescription ( value  )  [static]
static WOTemplateInfo::validatefilename ( value  )  [static]
static WOTemplateInfo::validateflags ( value  )  [static]
static WOTemplateInfo::validatehash ( value  )  [static]

Member Data Documentation

WOTemplateInfo::$prop_description = null [protected]
WOTemplateInfo::$prop_filename = null [protected]
WOTemplateInfo::$prop_flags = null [protected]
WOTemplateInfo::$prop_hash = null [protected]

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