From 3c958756e386278871402509f22f0187ca63342a Mon Sep 17 00:00:00 2001 From: jeroendedauw Date: Fri, 30 Nov 2012 13:10:57 +0100 Subject: [PATCH] Remove static method from interface Change-Id: I7ff44c228100a948189176d09a0a1bb1fe698458 --- includes/db/IORMTable.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/includes/db/IORMTable.php b/includes/db/IORMTable.php index be4036ea0e..a578db0ff5 100644 --- a/includes/db/IORMTable.php +++ b/includes/db/IORMTable.php @@ -446,15 +446,6 @@ interface IORMTable { */ public function unprefixFieldName( $fieldName ); - /** - * Get an instance of this class. - * - * @since 1.20 - * - * @return IORMTable - */ - public static function singleton(); - /** * Get an array with fields from a database result, * that can be fed directly to the constructor or -- 2.20.1