Public Member Functions | |
| __construct () | |
| getkey () | |
| getname () | |
| getstr_key () | |
| getstr_name () | |
| propertyArray () | |
| base for property array | |
| setkey ($value) | |
| setname ($value) | |
| toString () | |
| toTablehost (&$table) | |
| toXml ($xml, $elementname="Host") | |
Static Public Member Functions | |
| static | fromString ($txt) |
| static | fromTableArrayhost (array $table) |
| static | fromTablehost ($table) |
| static | fromXml ($xml, $elem) |
| static | validatekey ($value) |
| static | validatename ($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_key = null | |
| $prop_name = null | |
| WOHost::__construct | ( | ) |
Reimplemented from WObject.
| static WOHost::fromString | ( | $ | txt | ) | [static] |
References fromXml(), and translate().
| static WOHost::fromTableArrayhost | ( | array $ | table | ) | [static] |
Referenced by WTrGetAllHosts::handleRequest().
| static WOHost::fromTablehost | ( | $ | table | ) | [static] |
| static WOHost::fromXml | ( | $ | xml, | |
| $ | elem | |||
| ) | [static] |
References fromXmlHelper().
Referenced by fromString().
| static WOHost::fromXmlHelper | ( | $ | data, | |
| $ | xml, | |||
| $ | elem | |||
| ) | [static, protected] |
base for deserialization
Reimplemented from WObject.
References WObject::elementsByTagName().
Referenced by fromXml().
| WOHost::getkey | ( | ) |
Referenced by toXmlHelper().
| WOHost::getname | ( | ) |
Referenced by toXmlHelper().
| WOHost::getstr_key | ( | ) |
Referenced by toXmlHelper().
| WOHost::getstr_name | ( | ) |
Referenced by toXmlHelper().
| WOHost::propertyArray | ( | ) |
base for property array
Reimplemented from WObject.
| WOHost::setkey | ( | $ | value | ) |
| WOHost::setname | ( | $ | value | ) |
| WOHost::toString | ( | ) |
References toXml().
| WOHost::toTablehost | ( | &$ | table | ) |
| WOHost::toXml | ( | $ | xml, | |
| $ | elementname = "Host" | |||
| ) |
References toXmlHelper().
Referenced by toString().
| WOHost::toXmlHelper | ( | $ | xml, | |
| $ | root | |||
| ) | [protected] |
base for serialization
Reimplemented from WObject.
References getkey(), getname(), getstr_key(), getstr_name(), and xq().
Referenced by toXml().
| static WOHost::validatekey | ( | $ | value | ) | [static] |
| static WOHost::validatename | ( | $ | value | ) | [static] |
WOHost::$prop_key = null [protected] |
WOHost::$prop_name = null [protected] |
1.7.1