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

WOServerFormatAbstract Class Reference

Inheritance diagram for WOServerFormatAbstract:
WObject WOServerFormat

List of all members.

Public Member Functions

 __construct ()
 add_months ($value)
 add_shortmonths ($value)
 add_shortweekdays ($value)
 add_weekdays ($value)
 clear_months ()
 clear_shortmonths ()
 clear_shortweekdays ()
 clear_weekdays ()
 getamtext ()
 getcurrencysymbol ()
 getcurrencysymbolhtml ()
 getcurrencysymbolplain ()
 getcurrencysymbolpos ()
 getdateformat ()
 getdatetimeformat ()
 getdecimaldot ()
 getmoneydecimals ()
 getmoneynegative ()
 getmoneynegativepos ()
 getmoneypositive ()
 getmoneypositivepos ()
 getmonths ()
 getpmtext ()
 getshortmonths ()
 getshortweekdays ()
 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 ()
 getweekdays ()
 propertyArray ()
 base for property array
 setamtext ($value)
 setcurrencysymbol ($value)
 setcurrencysymbolhtml ($value)
 setcurrencysymbolplain ($value)
 setcurrencysymbolpos ($value)
 setdateformat ($value)
 setdatetimeformat ($value)
 setdecimaldot ($value)
 setmoneydecimals ($value)
 setmoneynegative ($value)
 setmoneynegativepos ($value)
 setmoneypositive ($value)
 setmoneypositivepos ($value)
 setmonths (array $values)
 setpmtext ($value)
 setshortmonths (array $values)
 setshortweekdays (array $values)
 setthousanddigits ($value)
 setthousandseparator ($value)
 settimeformat ($value)
 settimezone ($value)
 setweekdays (array $values)
 toString ()
 toXml ($xml, $elementname="ServerFormat")

Static Public Member Functions

static fromString ($txt)
static fromXml ($xml, $elem)
static validateamtext ($value)
static validatecurrencysymbol ($value)
static validatecurrencysymbolhtml ($value)
static validatecurrencysymbolplain ($value)
static validatecurrencysymbolpos ($value)
static validatedateformat ($value)
static validatedatetimeformat ($value)
static validatedecimaldot ($value)
static validatemoneydecimals ($value)
static validatemoneynegative ($value)
static validatemoneynegativepos ($value)
static validatemoneypositive ($value)
static validatemoneypositivepos ($value)
static validatemonths ($value)
static validatepmtext ($value)
static validateshortmonths ($value)
static validateshortweekdays ($value)
static validatethousanddigits ($value)
static validatethousandseparator ($value)
static validatetimeformat ($value)
static validatetimezone ($value)
static validateweekdays ($value)

Public Attributes

const NoSign = 0
const SignAfterNum = 2
const SignAfterSym = 4
const SignBeforeNum = 1
const SignBeforeSym = 3
const SignParen = 5

Protected Member Functions

 toXmlHelper ($xml, $root)
 base for serialization

Static Protected Member Functions

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

Protected Attributes

 $prop_amtext = null
 $prop_currencysymbol = null
 $prop_currencysymbolhtml = null
 $prop_currencysymbolplain = null
 $prop_currencysymbolpos = null
 $prop_dateformat = null
 $prop_datetimeformat = null
 $prop_decimaldot = null
 $prop_moneydecimals = null
 $prop_moneynegative = null
 $prop_moneynegativepos = null
 $prop_moneypositive = null
 $prop_moneypositivepos = null
 $prop_months
 $prop_pmtext = null
 $prop_shortmonths
 $prop_shortweekdays
 $prop_thousanddigits = null
 $prop_thousandseparator = null
 $prop_timeformat = null
 $prop_timezone = null
 $prop_weekdays

Constructor & Destructor Documentation

WOServerFormatAbstract::__construct (  ) 

Reimplemented from WObject.

Referenced by WOServerFormat::__construct().


Member Function Documentation

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 (  ) 
WOServerFormatAbstract::getweekdays (  ) 
WOServerFormatAbstract::propertyArray (  ) 

base for property array

Reimplemented from WObject.

WOServerFormatAbstract::setamtext ( value  ) 
WOServerFormatAbstract::setcurrencysymbol ( value  ) 
WOServerFormatAbstract::setcurrencysymbolhtml ( value  ) 
WOServerFormatAbstract::setcurrencysymbolplain ( value  ) 
WOServerFormatAbstract::setcurrencysymbolpos ( value  ) 
WOServerFormatAbstract::setdateformat ( value  ) 
WOServerFormatAbstract::setdatetimeformat ( value  ) 
WOServerFormatAbstract::setdecimaldot ( value  ) 
WOServerFormatAbstract::setmoneydecimals ( value  ) 
WOServerFormatAbstract::setmoneynegative ( value  ) 
WOServerFormatAbstract::setmoneynegativepos ( value  ) 
WOServerFormatAbstract::setmoneypositive ( value  ) 
WOServerFormatAbstract::setmoneypositivepos ( value  ) 
WOServerFormatAbstract::setmonths ( array $  values  ) 
WOServerFormatAbstract::setpmtext ( value  ) 
WOServerFormatAbstract::setshortmonths ( array $  values  ) 
WOServerFormatAbstract::setshortweekdays ( array $  values  ) 
WOServerFormatAbstract::setthousanddigits ( value  ) 
WOServerFormatAbstract::setthousandseparator ( value  ) 
WOServerFormatAbstract::settimeformat ( value  ) 
WOServerFormatAbstract::settimezone ( value  ) 
WOServerFormatAbstract::setweekdays ( array $  values  ) 
WOServerFormatAbstract::toString (  ) 

References toXml().

WOServerFormatAbstract::toXml ( xml,
elementname = "ServerFormat" 
)

References toXmlHelper().

Referenced by toString().

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]

Member Data Documentation

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]

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