public static function getInstance() { if (is_null(self::$_instance)) { self::$_instance = new TestHelper(); } return self::$_instance; }