BaseAction.__construct ( className  )  [protected]

Protected constructor.

Parameters:
$className Name of the class
Returns:
void

Reimplemented from BaseFrameworkSystem.

Reimplemented in BaseShipSimuAction.

Definition at line 33 of file class_BaseAction.php.

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

00033                                                     {
00034                 // Call parent constructor
00035                 parent::__construct($className);
00036 
00037                 // Clean up a little
00038                 $this->removeNumberFormaters();
00039                 $this->removeSystemArray();
00040         }

Here is the call graph for this function:


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