Public Member Functions | |
| __construct () | |
| getcustomer () | |
| getcustomerid () | |
| getsessionid () | |
| getstr_customerid () | |
| getstr_sessionid () | |
| getstr_timeout () | |
| gettimeout () | |
| propertyArray () | |
| base for property array | |
| setcustomer ($value) | |
| setcustomerid ($value) | |
| setsessionid ($value) | |
| settimeout ($value) | |
| toString () | |
| toTablewebsession (&$table) | |
| toXml ($xml, $elementname="WebSession") | |
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) |
Protected Member Functions | |
| toXmlHelper ($xml, $root) | |
| base for serialization | |
Static Protected Member Functions | |
| static | fromXmlHelper ($data, $xml, $elem) |
| base for deserialization | |
Protected Attributes | |
| $prop_customer = null | |
| $prop_customerid = null | |
| $prop_sessionid = null | |
| $prop_timeout = null | |
| WOWebSessionAbstract::__construct | ( | ) |
Reimplemented from WObject.
| static WOWebSessionAbstract::fromString | ( | $ | txt | ) | [static] |
References fromXml(), and translate().
| static WOWebSessionAbstract::fromTableArraywebsession | ( | array $ | table | ) | [static] |
| static WOWebSessionAbstract::fromTablewebsession | ( | $ | table | ) | [static] |
References WOCustomerAbstract::fromTablecustomer(), and WTcustomer::getFromDB().
Referenced by WOWebSession::getOrCreateWebSession().
| static WOWebSessionAbstract::fromXml | ( | $ | xml, | |
| $ | elem | |||
| ) | [static] |
References fromXmlHelper().
Referenced by fromString().
| static WOWebSessionAbstract::fromXmlHelper | ( | $ | data, | |
| $ | xml, | |||
| $ | elem | |||
| ) | [static, protected] |
base for deserialization
Reimplemented from WObject.
References WObject::elementsByTagName(), and WOCustomerAbstract::fromXml().
Referenced by fromXml().
| WOWebSessionAbstract::getcustomer | ( | ) |
Referenced by toXmlHelper().
| WOWebSessionAbstract::getcustomerid | ( | ) |
Referenced by toXmlHelper().
| WOWebSessionAbstract::getsessionid | ( | ) |
Referenced by toXmlHelper().
| WOWebSessionAbstract::getstr_customerid | ( | ) |
Referenced by toXmlHelper().
| WOWebSessionAbstract::getstr_sessionid | ( | ) |
Referenced by toXmlHelper().
| WOWebSessionAbstract::getstr_timeout | ( | ) |
Referenced by toXmlHelper().
| WOWebSessionAbstract::gettimeout | ( | ) |
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] |
base for serialization
Reimplemented from WObject.
References getcustomer(), getcustomerid(), getsessionid(), getstr_customerid(), getstr_sessionid(), getstr_timeout(), gettimeout(), and xq().
Referenced by toXml().
| static WOWebSessionAbstract::validatecustomer | ( | $ | value | ) | [static] |
| static WOWebSessionAbstract::validatecustomerid | ( | $ | value | ) | [static] |
| static WOWebSessionAbstract::validatesessionid | ( | $ | value | ) | [static] |
| static WOWebSessionAbstract::validatetimeout | ( | $ | value | ) | [static] |
WOWebSessionAbstract::$prop_customer = null [protected] |
WOWebSessionAbstract::$prop_customerid = null [protected] |
WOWebSessionAbstract::$prop_sessionid = null [protected] |
WOWebSessionAbstract::$prop_timeout = null [protected] |
1.7.1