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