/** * @return class_response_object */ public static function getInstance() { if (self::$objInstance == null) { self::$objInstance = new class_response_object(); } return self::$objInstance; }