]> git.mxchange.org Git - hub.git/blobdiff - application/hub/interfaces/helper/nodes/class_NodeHelper.php
Added more UNL (Universal Node Locator) stuff:
[hub.git] / application / hub / interfaces / helper / nodes / class_NodeHelper.php
index 81d4a4000266981af02a9eb999266e74fe18b85d..59e0760cfb71a1a85559d1c3f9e5f931d99693c0 100644 (file)
@@ -109,16 +109,16 @@ interface NodeHelper extends Helper, AddableCriteria {
        function doSelfConnection (Taskable $taskInstance);
 
        /**
-        * Determines the Universal Node Locator
+        * Determines an instance of a LocateableNode class
         *
-        * @return      $unl    A an Universal Node Locator for this node
+        * @return      $unlInstance    An instance of a LocateableNode class for this node
         */
        function determineUniversalNodeLocator ();
 
        /**
-        * "Getter for an Universal Node Locator array
+        * "Getter for an array of an instance of a LocateableNode class
         *
-        * @return      $unlArray       An array an Universal Node Locator for this node
+        * @return      $unlArray       An array of an instance of a LocateableNode class
         */
        function getUniversalNodeLocatorArray ();