WOServerFormatAbstract::__construct | ( | ) |
Reimplemented from WObject.
Referenced by WOServerFormat::__construct().
WOServerFormatAbstract::add_months | ( | $ | value | ) |
WOServerFormatAbstract::add_shortmonths | ( | $ | value | ) |
WOServerFormatAbstract::add_shortweekdays | ( | $ | value | ) |
WOServerFormatAbstract::add_weekdays | ( | $ | value | ) |
WOServerFormatAbstract::clear_months | ( | ) |
WOServerFormatAbstract::clear_shortmonths | ( | ) |
WOServerFormatAbstract::clear_shortweekdays | ( | ) |
WOServerFormatAbstract::clear_weekdays | ( | ) |
static WOServerFormatAbstract::fromString | ( | $ | txt | ) | [static] |
References fromXml(), and translate().
static WOServerFormatAbstract::fromXml | ( | $ | xml, | |
$ | elem | |||
) | [static] |
References fromXmlHelper().
Referenced by fromString().
static WOServerFormatAbstract::fromXmlHelper | ( | $ | data, | |
$ | xml, | |||
$ | elem | |||
) | [static, protected] |
base for deserialization
Reimplemented from WObject.
References WObject::elementsByTagName().
Referenced by fromXml().
WOServerFormatAbstract::getamtext | ( | ) |
Referenced by toXmlHelper().
WOServerFormatAbstract::getcurrencysymbol | ( | ) |
Referenced by toXmlHelper().
WOServerFormatAbstract::getcurrencysymbolhtml | ( | ) |
Referenced by toXmlHelper().
WOServerFormatAbstract::getcurrencysymbolplain | ( | ) |
Referenced by toXmlHelper().
WOServerFormatAbstract::getcurrencysymbolpos | ( | ) |
Referenced by toXmlHelper().
WOServerFormatAbstract::getdateformat | ( | ) |
Referenced by toXmlHelper().
WOServerFormatAbstract::getdatetimeformat | ( | ) |
Referenced by toXmlHelper().
WOServerFormatAbstract::getdecimaldot | ( | ) |
Referenced by toXmlHelper().
WOServerFormatAbstract::getmoneydecimals | ( | ) |
Referenced by toXmlHelper().
WOServerFormatAbstract::getmoneynegative | ( | ) |
Referenced by toXmlHelper().
WOServerFormatAbstract::getmoneynegativepos | ( | ) |
Referenced by toXmlHelper().
WOServerFormatAbstract::getmoneypositive | ( | ) |
Referenced by toXmlHelper().
WOServerFormatAbstract::getmoneypositivepos | ( | ) |
Referenced by toXmlHelper().
WOServerFormatAbstract::getmonths | ( | ) |
WOServerFormatAbstract::getpmtext | ( | ) |
Referenced by toXmlHelper().
WOServerFormatAbstract::getshortmonths | ( | ) |
WOServerFormatAbstract::getshortweekdays | ( | ) |
WOServerFormatAbstract::getstr_amtext | ( | ) |
Referenced by toXmlHelper().
WOServerFormatAbstract::getstr_currencysymbol | ( | ) |
Referenced by toXmlHelper().
WOServerFormatAbstract::getstr_currencysymbolhtml | ( | ) |
Referenced by toXmlHelper().
WOServerFormatAbstract::getstr_currencysymbolplain | ( | ) |
Referenced by toXmlHelper().
WOServerFormatAbstract::getstr_currencysymbolpos | ( | ) |
Referenced by toXmlHelper().
WOServerFormatAbstract::getstr_dateformat | ( | ) |
Referenced by toXmlHelper().
WOServerFormatAbstract::getstr_datetimeformat | ( | ) |
Referenced by toXmlHelper().
WOServerFormatAbstract::getstr_decimaldot | ( | ) |
Referenced by toXmlHelper().
WOServerFormatAbstract::getstr_moneydecimals | ( | ) |
Referenced by toXmlHelper().
WOServerFormatAbstract::getstr_moneynegative | ( | ) |
Referenced by toXmlHelper().
WOServerFormatAbstract::getstr_moneynegativepos | ( | ) |
References translate().
Referenced by toXmlHelper().
WOServerFormatAbstract::getstr_moneypositive | ( | ) |
Referenced by toXmlHelper().
WOServerFormatAbstract::getstr_moneypositivepos | ( | ) |
References translate().
Referenced by toXmlHelper().
WOServerFormatAbstract::getstr_pmtext | ( | ) |
Referenced by toXmlHelper().
WOServerFormatAbstract::getstr_thousanddigits | ( | ) |
Referenced by toXmlHelper().
WOServerFormatAbstract::getstr_thousandseparator | ( | ) |
Referenced by toXmlHelper().
WOServerFormatAbstract::getstr_timeformat | ( | ) |
Referenced by toXmlHelper().
WOServerFormatAbstract::getstr_timezone | ( | ) |
Referenced by toXmlHelper().
WOServerFormatAbstract::getstrlist_months | ( | ) |
Referenced by toXmlHelper().
WOServerFormatAbstract::getstrlist_shortmonths | ( | ) |
Referenced by toXmlHelper().
WOServerFormatAbstract::getstrlist_shortweekdays | ( | ) |
Referenced by toXmlHelper().
WOServerFormatAbstract::getstrlist_weekdays | ( | ) |
Referenced by toXmlHelper().
WOServerFormatAbstract::getthousanddigits | ( | ) |
Referenced by toXmlHelper().
WOServerFormatAbstract::getthousandseparator | ( | ) |
Referenced by toXmlHelper().
WOServerFormatAbstract::gettimeformat | ( | ) |
Referenced by toXmlHelper().
WOServerFormatAbstract::gettimezone | ( | ) |
Referenced by WOServerFormat::__construct(), and toXmlHelper().
WOServerFormatAbstract::getweekdays | ( | ) |
WOServerFormatAbstract::propertyArray | ( | ) |
base for property array
Reimplemented from WObject.
WOServerFormatAbstract::setamtext | ( | $ | value | ) |
Referenced by WOServerFormat::loadConfig().
WOServerFormatAbstract::setcurrencysymbol | ( | $ | value | ) |
Referenced by WOServerFormat::loadConfig().
WOServerFormatAbstract::setcurrencysymbolhtml | ( | $ | value | ) |
Referenced by WOServerFormat::loadConfig().
WOServerFormatAbstract::setcurrencysymbolplain | ( | $ | value | ) |
Referenced by WOServerFormat::loadConfig().
WOServerFormatAbstract::setcurrencysymbolpos | ( | $ | value | ) |
References WObject::fromXmlBoolean(), and WObject::isXmlBoolean().
Referenced by WOServerFormat::loadConfig().
WOServerFormatAbstract::setdateformat | ( | $ | value | ) |
Referenced by WOServerFormat::loadConfig().
WOServerFormatAbstract::setdatetimeformat | ( | $ | value | ) |
Referenced by WOServerFormat::loadConfig().
WOServerFormatAbstract::setdecimaldot | ( | $ | value | ) |
Referenced by WOServerFormat::loadConfig().
WOServerFormatAbstract::setmoneydecimals | ( | $ | value | ) |
Referenced by WOServerFormat::loadConfig().
WOServerFormatAbstract::setmoneynegative | ( | $ | value | ) |
Referenced by WOServerFormat::loadConfig().
WOServerFormatAbstract::setmoneynegativepos | ( | $ | value | ) |
Referenced by WOServerFormat::loadConfig().
WOServerFormatAbstract::setmoneypositive | ( | $ | value | ) |
Referenced by WOServerFormat::loadConfig().
WOServerFormatAbstract::setmoneypositivepos | ( | $ | value | ) |
Referenced by WOServerFormat::loadConfig().
WOServerFormatAbstract::setmonths | ( | array $ | values | ) |
Referenced by WOServerFormat::loadConfig().
WOServerFormatAbstract::setpmtext | ( | $ | value | ) |
Referenced by WOServerFormat::loadConfig().
WOServerFormatAbstract::setshortmonths | ( | array $ | values | ) |
Referenced by WOServerFormat::loadConfig().
WOServerFormatAbstract::setshortweekdays | ( | array $ | values | ) |
Referenced by WOServerFormat::loadConfig().
WOServerFormatAbstract::setthousanddigits | ( | $ | value | ) |
Referenced by WOServerFormat::loadConfig().
WOServerFormatAbstract::setthousandseparator | ( | $ | value | ) |
Referenced by WOServerFormat::loadConfig().
WOServerFormatAbstract::settimeformat | ( | $ | value | ) |
Referenced by WOServerFormat::loadConfig().
WOServerFormatAbstract::settimezone | ( | $ | value | ) |
Referenced by WOServerFormat::__construct(), and WOServerFormat::loadConfig().
WOServerFormatAbstract::setweekdays | ( | array $ | values | ) |
Referenced by WOServerFormat::loadConfig().
WOServerFormatAbstract::toString | ( | ) |
References toXml().
WOServerFormatAbstract::toXml | ( | $ | xml, | |
$ | elementname = "ServerFormat" | |||
) |
References toXmlHelper().
Referenced by toString().
WOServerFormatAbstract::toXmlHelper | ( | $ | xml, | |
$ | root | |||
) | [protected] |
base for serialization
Reimplemented from WObject.
References getamtext(), getcurrencysymbol(), getcurrencysymbolhtml(), getcurrencysymbolplain(), getcurrencysymbolpos(), getdateformat(), getdatetimeformat(), getdecimaldot(), getmoneydecimals(), getmoneynegative(), getmoneynegativepos(), getmoneypositive(), getmoneypositivepos(), getpmtext(), getstr_amtext(), getstr_currencysymbol(), getstr_currencysymbolhtml(), getstr_currencysymbolplain(), getstr_currencysymbolpos(), getstr_dateformat(), getstr_datetimeformat(), getstr_decimaldot(), getstr_moneydecimals(), getstr_moneynegative(), getstr_moneynegativepos(), getstr_moneypositive(), getstr_moneypositivepos(), getstr_pmtext(), getstr_thousanddigits(), getstr_thousandseparator(), getstr_timeformat(), getstr_timezone(), getstrlist_months(), getstrlist_shortmonths(), getstrlist_shortweekdays(), getstrlist_weekdays(), getthousanddigits(), getthousandseparator(), gettimeformat(), gettimezone(), and xq().
Referenced by toXml().
static WOServerFormatAbstract::validateamtext | ( | $ | value | ) | [static] |
static WOServerFormatAbstract::validatecurrencysymbol | ( | $ | value | ) | [static] |
static WOServerFormatAbstract::validatecurrencysymbolhtml | ( | $ | value | ) | [static] |
static WOServerFormatAbstract::validatecurrencysymbolplain | ( | $ | value | ) | [static] |
static WOServerFormatAbstract::validatecurrencysymbolpos | ( | $ | value | ) | [static] |
static WOServerFormatAbstract::validatedateformat | ( | $ | value | ) | [static] |
static WOServerFormatAbstract::validatedatetimeformat | ( | $ | value | ) | [static] |
static WOServerFormatAbstract::validatedecimaldot | ( | $ | value | ) | [static] |
static WOServerFormatAbstract::validatemoneydecimals | ( | $ | value | ) | [static] |
static WOServerFormatAbstract::validatemoneynegative | ( | $ | value | ) | [static] |
static WOServerFormatAbstract::validatemoneynegativepos | ( | $ | value | ) | [static] |
static WOServerFormatAbstract::validatemoneypositive | ( | $ | value | ) | [static] |
static WOServerFormatAbstract::validatemoneypositivepos | ( | $ | value | ) | [static] |
static WOServerFormatAbstract::validatemonths | ( | $ | value | ) | [static] |
static WOServerFormatAbstract::validatepmtext | ( | $ | value | ) | [static] |
static WOServerFormatAbstract::validateshortmonths | ( | $ | value | ) | [static] |
static WOServerFormatAbstract::validateshortweekdays | ( | $ | value | ) | [static] |
static WOServerFormatAbstract::validatethousanddigits | ( | $ | value | ) | [static] |
static WOServerFormatAbstract::validatethousandseparator | ( | $ | value | ) | [static] |
static WOServerFormatAbstract::validatetimeformat | ( | $ | value | ) | [static] |
static WOServerFormatAbstract::validatetimezone | ( | $ | value | ) | [static] |
static WOServerFormatAbstract::validateweekdays | ( | $ | value | ) | [static] |
WOServerFormatAbstract::$prop_amtext = null [protected] |
WOServerFormatAbstract::$prop_currencysymbol = null [protected] |
WOServerFormatAbstract::$prop_currencysymbolhtml = null [protected] |
WOServerFormatAbstract::$prop_currencysymbolplain = null [protected] |
WOServerFormatAbstract::$prop_currencysymbolpos = null [protected] |
WOServerFormatAbstract::$prop_dateformat = null [protected] |
WOServerFormatAbstract::$prop_datetimeformat = null [protected] |
WOServerFormatAbstract::$prop_decimaldot = null [protected] |
WOServerFormatAbstract::$prop_moneydecimals = null [protected] |
WOServerFormatAbstract::$prop_moneynegative = null [protected] |
WOServerFormatAbstract::$prop_moneynegativepos = null [protected] |
WOServerFormatAbstract::$prop_moneypositive = null [protected] |
WOServerFormatAbstract::$prop_moneypositivepos = null [protected] |
WOServerFormatAbstract::$prop_months [protected] |
WOServerFormatAbstract::$prop_pmtext = null [protected] |
WOServerFormatAbstract::$prop_shortmonths [protected] |
WOServerFormatAbstract::$prop_shortweekdays [protected] |
WOServerFormatAbstract::$prop_thousanddigits = null [protected] |
WOServerFormatAbstract::$prop_thousandseparator = null [protected] |
WOServerFormatAbstract::$prop_timeformat = null [protected] |
WOServerFormatAbstract::$prop_timezone = null [protected] |
WOServerFormatAbstract::$prop_weekdays [protected] |
const WOServerFormatAbstract::NoSign = 0 |
Referenced by LanguageManager::getPrice().
const WOServerFormatAbstract::SignAfterNum = 2 |
Referenced by LanguageManager::getPrice().
const WOServerFormatAbstract::SignAfterSym = 4 |
Referenced by LanguageManager::getPrice().
const WOServerFormatAbstract::SignBeforeNum = 1 |
const WOServerFormatAbstract::SignBeforeSym = 3 |
Referenced by LanguageManager::getPrice().
const WOServerFormatAbstract::SignParen = 5 |
Referenced by LanguageManager::getPrice().