MagicSmoke  $VERSION$
WOServerFormatAbstract Class Reference
Inheritance diagram for WOServerFormatAbstract:
WObject WOServerFormat

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 ()
 
 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")
 
- Public Member Functions inherited from WObject
 propertyArray ()
 base for property array More...
 

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)
 
- 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...
 

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)
 
- 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_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 ( )

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 translate().

static WOServerFormatAbstract::fromXml (   $xml,
  $elem 
)
static
static WOServerFormatAbstract::fromXmlHelper (   $data,
  $xml,
  $elem 
)
staticprotected
WOServerFormatAbstract::getamtext ( )

References $prop_amtext.

Referenced by toXmlHelper().

WOServerFormatAbstract::getcurrencysymbol ( )

References $prop_currencysymbol.

Referenced by toXmlHelper().

WOServerFormatAbstract::getcurrencysymbolhtml ( )

References $prop_currencysymbolhtml.

Referenced by toXmlHelper().

WOServerFormatAbstract::getcurrencysymbolplain ( )

References $prop_currencysymbolplain.

Referenced by toXmlHelper().

WOServerFormatAbstract::getcurrencysymbolpos ( )

References $prop_currencysymbolpos.

Referenced by toXmlHelper().

WOServerFormatAbstract::getdateformat ( )

References $prop_dateformat.

Referenced by toXmlHelper().

WOServerFormatAbstract::getdatetimeformat ( )

References $prop_datetimeformat.

Referenced by toXmlHelper().

WOServerFormatAbstract::getdecimaldot ( )

References $prop_decimaldot.

Referenced by toXmlHelper().

WOServerFormatAbstract::getmoneydecimals ( )

References $prop_moneydecimals.

Referenced by toXmlHelper().

WOServerFormatAbstract::getmoneynegative ( )

References $prop_moneynegative.

Referenced by toXmlHelper().

WOServerFormatAbstract::getmoneynegativepos ( )

References $prop_moneynegativepos.

Referenced by toXmlHelper().

WOServerFormatAbstract::getmoneypositive ( )

References $prop_moneypositive.

Referenced by toXmlHelper().

WOServerFormatAbstract::getmoneypositivepos ( )

References $prop_moneypositivepos.

Referenced by toXmlHelper().

WOServerFormatAbstract::getmonths ( )

References $prop_months.

WOServerFormatAbstract::getpmtext ( )

References $prop_pmtext.

Referenced by toXmlHelper().

WOServerFormatAbstract::getshortmonths ( )

References $prop_shortmonths.

WOServerFormatAbstract::getshortweekdays ( )

References $prop_shortweekdays.

WOServerFormatAbstract::getstr_amtext ( )

References $prop_amtext.

Referenced by toXmlHelper().

WOServerFormatAbstract::getstr_currencysymbol ( )

References $prop_currencysymbol.

Referenced by toXmlHelper().

WOServerFormatAbstract::getstr_currencysymbolhtml ( )

References $prop_currencysymbolhtml.

Referenced by toXmlHelper().

WOServerFormatAbstract::getstr_currencysymbolplain ( )

References $prop_currencysymbolplain.

Referenced by toXmlHelper().

WOServerFormatAbstract::getstr_currencysymbolpos ( )

Referenced by toXmlHelper().

WOServerFormatAbstract::getstr_dateformat ( )

References $prop_dateformat.

Referenced by toXmlHelper().

WOServerFormatAbstract::getstr_datetimeformat ( )

References $prop_datetimeformat.

Referenced by toXmlHelper().

WOServerFormatAbstract::getstr_decimaldot ( )

References $prop_decimaldot.

Referenced by toXmlHelper().

WOServerFormatAbstract::getstr_moneydecimals ( )

Referenced by toXmlHelper().

WOServerFormatAbstract::getstr_moneynegative ( )

References $prop_moneynegative.

Referenced by toXmlHelper().

WOServerFormatAbstract::getstr_moneynegativepos ( )

References translate().

Referenced by toXmlHelper().

WOServerFormatAbstract::getstr_moneypositive ( )

References $prop_moneypositive.

Referenced by toXmlHelper().

WOServerFormatAbstract::getstr_moneypositivepos ( )

References translate().

Referenced by toXmlHelper().

WOServerFormatAbstract::getstr_pmtext ( )

References $prop_pmtext.

Referenced by toXmlHelper().

WOServerFormatAbstract::getstr_thousanddigits ( )

Referenced by toXmlHelper().

WOServerFormatAbstract::getstr_thousandseparator ( )

References $prop_thousandseparator.

Referenced by toXmlHelper().

WOServerFormatAbstract::getstr_timeformat ( )

References $prop_timeformat.

Referenced by toXmlHelper().

WOServerFormatAbstract::getstr_timezone ( )

References $prop_timezone.

Referenced by toXmlHelper().

WOServerFormatAbstract::getstrlist_months ( )

References $prop_months.

Referenced by toXmlHelper().

WOServerFormatAbstract::getstrlist_shortmonths ( )

References $prop_shortmonths.

Referenced by toXmlHelper().

WOServerFormatAbstract::getstrlist_shortweekdays ( )

References $prop_shortweekdays.

Referenced by toXmlHelper().

WOServerFormatAbstract::getstrlist_weekdays ( )

References $prop_weekdays.

Referenced by toXmlHelper().

WOServerFormatAbstract::getthousanddigits ( )

References $prop_thousanddigits.

Referenced by toXmlHelper().

WOServerFormatAbstract::getthousandseparator ( )

References $prop_thousandseparator.

Referenced by toXmlHelper().

WOServerFormatAbstract::gettimeformat ( )

References $prop_timeformat.

Referenced by toXmlHelper().

WOServerFormatAbstract::gettimezone ( )
WOServerFormatAbstract::getweekdays ( )

References $prop_weekdays.

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

Referenced by getamtext(), and getstr_amtext().

WOServerFormatAbstract::$prop_currencysymbol =null
protected
WOServerFormatAbstract::$prop_currencysymbolhtml =null
protected
WOServerFormatAbstract::$prop_currencysymbolplain =null
protected
WOServerFormatAbstract::$prop_currencysymbolpos =null
protected

Referenced by getcurrencysymbolpos().

WOServerFormatAbstract::$prop_dateformat =null
protected

Referenced by getdateformat(), and getstr_dateformat().

WOServerFormatAbstract::$prop_datetimeformat =null
protected
WOServerFormatAbstract::$prop_decimaldot =null
protected

Referenced by getdecimaldot(), and getstr_decimaldot().

WOServerFormatAbstract::$prop_moneydecimals =null
protected

Referenced by getmoneydecimals().

WOServerFormatAbstract::$prop_moneynegative =null
protected
WOServerFormatAbstract::$prop_moneynegativepos =null
protected

Referenced by getmoneynegativepos().

WOServerFormatAbstract::$prop_moneypositive =null
protected
WOServerFormatAbstract::$prop_moneypositivepos =null
protected

Referenced by getmoneypositivepos().

WOServerFormatAbstract::$prop_months
protected

Referenced by getmonths(), and getstrlist_months().

WOServerFormatAbstract::$prop_pmtext =null
protected

Referenced by getpmtext(), and getstr_pmtext().

WOServerFormatAbstract::$prop_shortmonths
protected
WOServerFormatAbstract::$prop_shortweekdays
protected
WOServerFormatAbstract::$prop_thousanddigits =null
protected

Referenced by getthousanddigits().

WOServerFormatAbstract::$prop_thousandseparator =null
protected
WOServerFormatAbstract::$prop_timeformat =null
protected

Referenced by getstr_timeformat(), and gettimeformat().

WOServerFormatAbstract::$prop_timezone =null
protected

Referenced by getstr_timezone(), and gettimezone().

WOServerFormatAbstract::$prop_weekdays
protected

Referenced by getstrlist_weekdays(), and getweekdays().

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

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