]> git.mxchange.org Git - hub.git/blobdiff - application/hub/interfaces/helper/nodes/class_NodeHelper.php
Added optional (here used) parameter
[hub.git] / application / hub / interfaces / helper / nodes / class_NodeHelper.php
index eaf24ce945ad2dd0a9341a0ad9896784ace8bc3e..1e1dd0a16ea3c28994a4913fc9d0df5b6ea696f6 100644 (file)
@@ -22,7 +22,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/>.
  */
-interface NodeHelper extends Helper {
+interface NodeHelper extends Helper, AddableCriteria {
        /**
         * Method to "bootstrap" the node. This step does also apply provided
         * command-line arguments stored in the request instance. You should now
@@ -115,15 +115,6 @@ interface NodeHelper extends Helper {
         */
        function getAddressPort ();
 
-       /**
-        * Adds hub data elements to a given dataset instance
-        *
-        * @param       $criteriaInstance       An instance of a storeable criteria
-        * @param       $requestInstance        An instance of a Requestable class
-        * @return      void
-        */
-       function addElementsToDataSet (StoreableCriteria $criteriaInstance, Requestable $requestInstance);
-
        /**
         * Updates/refreshes node data (e.g. state).
         *