From: Roland Häder Date: Sat, 24 Apr 2010 01:08:28 +0000 (+0000) Subject: Other naming convention... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=edc181f932fe9e67cf8bb7ef0cd6af0f6d8da0f3;p=core.git Other naming convention... --- diff --git a/inc/classes/main/registry/socket/class_SocketRegistry.php b/inc/classes/main/registry/socket/class_SocketRegistry.php index 5ff37b9c..a1eea99f 100644 --- a/inc/classes/main/registry/socket/class_SocketRegistry.php +++ b/inc/classes/main/registry/socket/class_SocketRegistry.php @@ -43,7 +43,7 @@ class SocketRegistry extends BaseRegistry implements Register { * * @return $registryInstance Instance of this class */ - public final static function getRegistry () { + public final static function createSocketRegistry () { // Is an instance there? if (is_null(self::$registryInstance)) { // Not yet, so create one