Added required interface, a special factories uses the Registry Pattern.
authorRoland Haeder <roland@mxchange.org>
Tue, 20 May 2014 17:25:08 +0000 (19:25 +0200)
committerRoland Haeder <roland@mxchange.org>
Tue, 20 May 2014 17:25:33 +0000 (19:25 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
inc/classes/main/index/class_
inc/classes/main/index/file_stack/class_FileStackIndex.php

index b0aa6d96f1a4203aeefb0b9f6d374ef2cc4faa96..6e09c7b6b44e3612ed99130431df1678a8f1620e 100644 (file)
@@ -21,7 +21,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-class ???Index extends BaseIndex implements Indexable {
+class ???Index extends BaseIndex implements Indexable, Registerable {
        /**
         * Protected constructor
         *
        /**
         * Protected constructor
         *
index aeb1464474f27004f4afab45a767555e5154f786..3df30f84f67c12397b95468fd774bfbbc614031b 100644 (file)
@@ -21,7 +21,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-class FileStackIndex extends BaseIndex implements IndexableStack {
+class FileStackIndex extends BaseIndex implements IndexableStack, Registerable {
        /**
         * Protected constructor
         *
        /**
         * Protected constructor
         *