Class tgcPolarBears

Description

Class that runs a tiny game with polar-pears and water-holes :o)

Class that runs a tiny game with polar-pears and water-holes :o)

Located in /tgcPolarBears.php (line 81)


	
			
Method Summary
 tgcPolarBears tgcPolarBears ()
 string runGame ()
 void setLanguage (string $lang)
 void setSkin (string $id)
Methods
Constructor tgcPolarBears (line 144)

Constructor

Constructor

  • access: public
tgcPolarBears tgcPolarBears ()
runGame (line 361)

Starts processing the game

Starts processing the game

  • return: html-markup
  • access: public
string runGame ()
setLanguage (line 181)

Set the language

Set the language Currently English (en) and German (de)


1 $pb = new tgcPolarBears();
2 $pb->setLanguage('de');
3 echo $pb->runGame();

  • access: public
void setLanguage (string $lang)
  • string $lang: language
setSkin (line 162)

Set the skin

Set the skin

  • access: public
void setSkin (string $id)
  • string $id: skin-id

Documentation generated on Fri, 19 Nov 2004 23:36:25 +0100 by phpDocumentor 1.2.3