]> git.mxchange.org Git - core.git/blobdiff - framework/main/interfaces/class_FrameworkInterface.php
Continued:
[core.git] / framework / main / interfaces / class_FrameworkInterface.php
index 909832f937b0ee9b51174e482433e7e036454a65..cb52f2685b27c5fe6665381c89e37c8f580c01f0 100644 (file)
@@ -45,6 +45,14 @@ interface FrameworkInterface {
         */
        function isFieldSet ($fieldName);
 
         */
        function isFieldSet ($fieldName);
 
+       /**
+        * Setter for call-back instance
+        *
+        * @param       $callbackInstance       An instance of a FrameworkInterface class
+        * @return      void
+        */
+       function setCallbackInstance (FrameworkInterface $callbackInstance);
+
        /**
         * Checks whether an object equals this object. You should overwrite this
         * method to implement own equality checks
        /**
         * Checks whether an object equals this object. You should overwrite this
         * method to implement own equality checks