From: Roland Haeder Date: Tue, 20 May 2014 17:25:08 +0000 (+0200) Subject: Added required interface, a special factories uses the Registry Pattern. X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=c0fae22f059c5d88597b7b00ad9789dee887b2d7 Added required interface, a special factories uses the Registry Pattern. Signed-off-by: Roland Häder --- 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 *