also add new setCallbackInstance() to interface ...
authorRoland Häder <roland@mxchange.org>
Tue, 30 May 2017 13:11:39 +0000 (15:11 +0200)
committerRoland Häder <roland@mxchange.org>
Tue, 30 May 2017 13:11:39 +0000 (15:11 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
framework/main/interfaces/lists/class_Listable.php

index 13da64ce8a80c4240fcc0a42fe5f308ae0d76bfb..f342422c212267d701ad24897fd7e91a60fcc5e5 100644 (file)
@@ -94,4 +94,12 @@ interface Listable extends FrameworkInterface, IteratorAggregate {
         */
        function clearList ();
 
         */
        function clearList ();
 
+       /**
+        * Setter for call-back instance
+        *
+        * @param       $callbackInstance       An instance of a FrameworkInterface class
+        * @return      void
+        */
+       function setCallbackInstance (FrameworkInterface $callbackInstance);
+
 }
 }