Protected constructor.
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:
![]()
|
1.5.6