Remove static method from interface
authorjeroendedauw <jeroendedauw@gmail.com>
Fri, 30 Nov 2012 12:10:57 +0000 (13:10 +0100)
committerjeroendedauw <jeroendedauw@gmail.com>
Fri, 30 Nov 2012 12:10:57 +0000 (13:10 +0100)
Change-Id: I7ff44c228100a948189176d09a0a1bb1fe698458

includes/db/IORMTable.php

index be4036e..a578db0 100644 (file)
@@ -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