removeNumberFormaters(); } /** * Public constructor * * @return void */ public function constructor ($class) { // Just call the private constructor $this->__construct($class); } } // [EOF] ?>