BaseApplication.__construct ( className  )  [protected]

Protected constructor.

Parameters:
$className Name of the class
Returns:
void

Reimplemented from BaseFrameworkSystem.

Definition at line 31 of file class_BaseApplication.php.

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

00031                                                     {
00032                 // Call parent constructor
00033                 parent::__construct($className);
00034 
00035                 // Clean up a little
00036                 $this->removeNumberFormaters();
00037                 $this->removeSystemArray();
00038 
00039                 // Get registry instance
00040                 $registryInstance = Registry::getRegistry();
00041 
00042                 // Add this instance
00043                 $registryInstance->addInstance('application', $this);
00044         }

Here is the call graph for this function:


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