Class SGL_Translation3

Description

Translation3 class

Located in /SGL/Translation3.php (line 6)


	
			
Variable Summary
 static mixed $aInstances
 mixed $_driver
Method Summary
 static string getDefaultLangCode ()
 static void getDefaultLangCodeCharset ()
 static unknown singleton ([string $driver = null], [ $aOptions = array()])
 SGL_Translation3 __construct ([unknown_type $driver = null], [ $aOptions = array()])
 void getDriver ()
 void setDriver ([ $driver = null], [ $aOptions = array()])
 void __call ( $method,  $aOptions)
 void __get ( $propName)
Variables
static mixed $aInstances (line 9)
  • access: private
mixed $_driver (line 8)
  • access: private
Methods
static getDefaultLangCode (line 94)

Performs same function as SGL::getCurrentLang() and will supersede it

  • access: public
string getDefaultLangCode ()
static getDefaultLangCodeCharset (line 101)
  • access: public
void getDefaultLangCodeCharset ()
static singleton (line 28)
  • access: public
unknown singleton ([string $driver = null], [ $aOptions = array()])
  • string $driver
  • array $aOptions
Constructor __construct (line 17)

FIXME: setDriver possible exception must be caught

  • access: private
SGL_Translation3 __construct ([unknown_type $driver = null], [ $aOptions = array()])
  • unknown_type $driver
  • array $aOptions
getDriver (line 67)
  • access: public
void getDriver ()
setDriver (line 51)

Factory method to load appropriate driver

  • access: public
void setDriver ([ $driver = null], [ $aOptions = array()])
  • $driver
  • array $aOptions
__call (line 75)

Calls all methods from the driver

  • access: public
void __call ( $method,  $aOptions)
  • $method
  • array $aOptions
__get (line 41)

Getter for driver properties

  • access: public
void __get ( $propName)
  • $propName

Documentation generated on Tue, 23 Feb 2010 18:14:33 +0000 by phpDocumentor 1.4.3