MagicSmoke  $VERSION$
WOWebSessionAbstract Class Reference
Inheritance diagram for WOWebSessionAbstract:
WObject WOWebSession

Public Member Functions

 __construct ()
 
 getcustomer ()
 
 getcustomerid ()
 
 getsessionid ()
 
 getstr_customerid ()
 
 getstr_sessionid ()
 
 getstr_timeout ()
 
 gettimeout ()
 
 propertyArray ()
 
 setcustomer ($value)
 
 setcustomerid ($value)
 
 setsessionid ($value)
 
 settimeout ($value)
 
 toString ()
 
 toTablewebsession (&$table)
 
 toXml ($xml, $elementname="WebSession")
 
- Public Member Functions inherited from WObject
 propertyArray ()
 base for property array More...
 

Static Public Member Functions

static fromString ($txt)
 
static fromTableArraywebsession (array $table)
 
static fromTablewebsession ($table)
 
static fromXml ($xml, $elem)
 
static validatecustomer ($value)
 
static validatecustomerid ($value)
 
static validatesessionid ($value)
 
static validatetimeout ($value)
 
- Static Public Member Functions inherited from WObject
static elementsByTagName ($root, $tag)
 helper function that returns only the elements directly beneith the one given as $root More...
 
static fromXmlBoolean ($str)
 helper function for XML'ized objects that transforms XML boolean to PHP boolean More...
 
static isXmlBoolean ($str)
 helper function for XML'ized objects: it returns whether the string is a valid boolean More...
 

Protected Member Functions

 toXmlHelper ($xml, $root)
 
- Protected Member Functions inherited from WObject
 __construct ()
 
 toXmlHelper ($xml, $root)
 base for serialization More...
 

Static Protected Member Functions

static fromXmlHelper ($data, $xml, $elem)
 
- Static Protected Member Functions inherited from WObject
static fromXmlHelper ($data, $xml, $elem)
 base for deserialization More...
 
static objectToArray ($obj)
 helper function for classy objects that calls getPropertyArray if available More...
 

Protected Attributes

 $prop_customer =null
 
 $prop_customerid =null
 
 $prop_sessionid =null
 
 $prop_timeout =null
 

Constructor & Destructor Documentation

WOWebSessionAbstract::__construct ( )

Member Function Documentation

static WOWebSessionAbstract::fromString (   $txt)
static

References translate().

static WOWebSessionAbstract::fromTableArraywebsession ( array  $table)
static

References $i.

static WOWebSessionAbstract::fromTablewebsession (   $table)
static
static WOWebSessionAbstract::fromXml (   $xml,
  $elem 
)
static
static WOWebSessionAbstract::fromXmlHelper (   $data,
  $xml,
  $elem 
)
staticprotected
WOWebSessionAbstract::getcustomer ( )

References $prop_customer.

Referenced by toXmlHelper().

WOWebSessionAbstract::getcustomerid ( )

References $prop_customerid.

Referenced by toXmlHelper().

WOWebSessionAbstract::getsessionid ( )

References $prop_sessionid.

Referenced by toXmlHelper().

WOWebSessionAbstract::getstr_customerid ( )

Referenced by toXmlHelper().

WOWebSessionAbstract::getstr_sessionid ( )

References $prop_sessionid.

Referenced by toXmlHelper().

WOWebSessionAbstract::getstr_timeout ( )

Referenced by toXmlHelper().

WOWebSessionAbstract::gettimeout ( )

References $prop_timeout.

Referenced by toXmlHelper().

WOWebSessionAbstract::propertyArray ( )
WOWebSessionAbstract::setcustomer (   $value)
WOWebSessionAbstract::setcustomerid (   $value)
WOWebSessionAbstract::setsessionid (   $value)
WOWebSessionAbstract::settimeout (   $value)
WOWebSessionAbstract::toString ( )

References toXml().

WOWebSessionAbstract::toTablewebsession ( $table)
WOWebSessionAbstract::toXml (   $xml,
  $elementname = "WebSession" 
)

References toXmlHelper().

Referenced by toString().

WOWebSessionAbstract::toXmlHelper (   $xml,
  $root 
)
protected
static WOWebSessionAbstract::validatecustomer (   $value)
static
static WOWebSessionAbstract::validatecustomerid (   $value)
static
static WOWebSessionAbstract::validatesessionid (   $value)
static
static WOWebSessionAbstract::validatetimeout (   $value)
static

Member Data Documentation

WOWebSessionAbstract::$prop_customer =null
protected

Referenced by getcustomer().

WOWebSessionAbstract::$prop_customerid =null
protected

Referenced by getcustomerid(), and toTablewebsession().

WOWebSessionAbstract::$prop_sessionid =null
protected
WOWebSessionAbstract::$prop_timeout =null
protected

Referenced by gettimeout(), and toTablewebsession().


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