From c0fae22f059c5d88597b7b00ad9789dee887b2d7 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Tue, 20 May 2014 19:25:08 +0200 Subject: [PATCH] Added required interface, a special factories uses the Registry Pattern. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- inc/classes/main/index/class_ | 2 +- inc/classes/main/index/file_stack/class_FileStackIndex.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/classes/main/index/class_ b/inc/classes/main/index/class_ index b0aa6d96..6e09c7b6 100644 --- a/inc/classes/main/index/class_ +++ b/inc/classes/main/index/class_ @@ -21,7 +21,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -class ???Index extends BaseIndex implements Indexable { +class ???Index extends BaseIndex implements Indexable, Registerable { /** * Protected constructor * diff --git a/inc/classes/main/index/file_stack/class_FileStackIndex.php b/inc/classes/main/index/file_stack/class_FileStackIndex.php index aeb14644..3df30f84 100644 --- a/inc/classes/main/index/file_stack/class_FileStackIndex.php +++ b/inc/classes/main/index/file_stack/class_FileStackIndex.php @@ -21,7 +21,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -class FileStackIndex extends BaseIndex implements IndexableStack { +class FileStackIndex extends BaseIndex implements IndexableStack, Registerable { /** * Protected constructor * -- 2.30.2