summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
489d8a7)
* Creates a new instance of string_manager
*
* @global object
* Creates a new instance of string_manager
*
* @global object
- * @return object Returns a new instance of string_manager
+ * @return string_manager Returns a new instance of string_manager
*/
public static function instance() {
if (is_null(self::$singletoninstance)) {
*/
public static function instance() {
if (is_null(self::$singletoninstance)) {