BaseCabin.__construct ( className  )  [protected]

Private super constructor.

Parameters:
$className Name of the class
Returns:
void

Reimplemented from BaseCabinStructure.

Definition at line 26 of file class_BaseCabin.php.

References BaseFrameworkSystem.removeNumberFormaters(), and BaseFrameworkSystem.removeSystemArray().

00026                                                     {
00027                 // Call parent constructor
00028                 parent::__construct($className);
00029 
00030                 // Clean up a little
00031                 $this->removeSystemArray();
00032                 $this->removeNumberFormaters();
00033         }

Here is the call graph for this function:


Generated on Mon Dec 8 01:07:40 2008 for Ship-Simulator by  doxygen 1.5.6