Class mamboLanguage

Description

Language Class for Mambo

Located in /includes/mambolanguage.class.php (line 11)


	
			
Variable Summary
 mixed $author
 mixed $authoremail
 mixed $authorurl
 mixed $charset
 mixed $codesets
 mixed $copyright
 mixed $date_format
 mixed $days
 mixed $description
 mixed $files
 mixed $iso639
 mixed $iso3166_2
 mixed $iso3166_3
 mixed $license
 mixed $locale
 mixed $months
 mixed $name
 mixed $path
 mixed $plural_form
 mixed $territory
 mixed $title
 mixed $version
Method Summary
 mamboLanguage mamboLanguage ( $lang, [ $path = null])
 void arrayEncoding ( &$attrs,  $encoding, [ $useiconv = FALSE])
 void bindAttributes ( $attrs)
 void get ( $var)
 void getDate ([ $format = null], [ $timestamp = null])
 void getFileName ()
 void getLanguages ()
 void getLocales ()
 void getSystemLocale ()
 void iconvert ( $fromcharset,  $tocharset,  $source, [ $useiconv = FALSE])
 void load ([ $load_catalogs = false])
 void save ()
 void set ( $var,  $value)
 void setPlurals ( $exp)
 void toXML ()
 void updateFiles ()
Variables
mixed $author = '' (line 18)
mixed $authoremail = '' (line 20)
mixed $authorurl = '' (line 19)
mixed $charset = '' (line 30)
mixed $codesets = array() (line 31)
mixed $copyright = '' (line 21)
mixed $creationdate = '' (line 17)
mixed $date_format = '' (line 25)
mixed $days = array('sun'=>'','mon'=>'','tue'=>'','wed'=>'','thu'=>'','fri'=>'','sat'=>'') (line 33)
mixed $description = '' (line 16)
mixed $files = array() (line 35)
mixed $iso639 = '' (line 26)
mixed $iso3166_2 = '' (line 27)
mixed $iso3166_3 = '' (line 28)
mixed $license = '' (line 22)
mixed $locale = '' (line 29)
mixed $months = array('jan'=>'','feb'=>'','mar'=>'','apr'=>'','may'=>'','jun'=>'','jul'=>'','aug'=>'','sep'=>'','oct'=>'','nov'=>'','dec'=>'') (line 34)
mixed $name = '' (line 12)
mixed $path = '' (line 13)
mixed $plural_form = array() (line 32)
mixed $territory = '' (line 23)
mixed $text_direction = '' (line 24)
mixed $title = '' (line 15)
mixed $version = '4.6' (line 14)
Methods
Constructor mamboLanguage (line 37)
mamboLanguage mamboLanguage ( $lang, [ $path = null])
  • $lang
  • $path
arrayEncoding (line 228)
void arrayEncoding ( &$attrs,  $encoding, [ $useiconv = FALSE])
  • &$attrs
  • $encoding
  • $useiconv
bindAttributes (line 219)
void bindAttributes ( $attrs)
  • $attrs
get (line 50)
void get ( $var)
  • $var
getDate (line 88)
void getDate ([ $format = null], [ $timestamp = null])
  • $format
  • $timestamp
getFileName (line 44)
void getFileName ()
getLanguages (line 71)
void getLanguages ()
getLocales (line 372)
void getLocales ()
getSystemLocale (line 427)
void getSystemLocale ()
iconvert (line 202)
void iconvert ( $fromcharset,  $tocharset,  $source, [ $useiconv = FALSE])
  • $fromcharset
  • $tocharset
  • $source
  • $useiconv
load (line 100)
void load ([ $load_catalogs = false])
  • $load_catalogs
save (line 56)
void save ()
set (line 53)
void set ( $var,  $value)
  • $var
  • $value
setPlurals (line 83)
void setPlurals ( $exp)
  • $exp
toXML (line 298)
void toXML ()
updateFiles (line 244)
void updateFiles ()

Documentation generated on Mon, 05 May 2008 16:21:04 +0400 by phpDocumentor 1.4.0