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