Added missing method isOwnAddress().
authorRoland Haeder <roland@mxchange.org>
Thu, 19 Feb 2015 08:57:39 +0000 (09:57 +0100)
committerRoland Haeder <roland@mxchange.org>
Thu, 19 Feb 2015 08:57:39 +0000 (09:57 +0100)
Signed-off-by: Roland Häder <roland@mxchange.org>
inc/classes/interfaces/handler/protocol/class_HandleableProtocol.php

index 94370d55c553dee0446fb65f7252122550aed173..c591b7a0fbb9dd64f367a8c6efcfb6e8f3a6e9b9 100644 (file)
@@ -44,6 +44,13 @@ interface HandleableProtocol extends Handleable {
         * @return      $isValid                Whether the UNL can be validated
         */
        function isValidUniversalNodeLocatorByPackageData (array $packageData);
         * @return      $isValid                Whether the UNL can be validated
         */
        function isValidUniversalNodeLocatorByPackageData (array $packageData);
+
+       /**
+        * If the found UNL (address) matches own external or internal address
+        *
+        * @return      $ifMatches      Whether the found UNL matches own addresss
+        */
+       function isOwnAddress ();
 }
 
 // [EOF]
 }
 
 // [EOF]