]> git.mxchange.org Git - core.git/blobdiff - inc/classes/interfaces/handler/protocol/class_HandleableProtocol.php
This should fix it ... ;-)
[core.git] / inc / classes / interfaces / handler / protocol / class_HandleableProtocol.php
index 94370d55c553dee0446fb65f7252122550aed173..a4918ab6f76c9b5331062f3debdbd499e30f6e1a 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2014 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.shipsimu.org
  *
@@ -44,6 +44,14 @@ interface HandleableProtocol extends Handleable {
         * @return      $isValid                Whether the UNL can be validated
         */
        function isValidUniversalNodeLocatorByPackageData (array $packageData);
+
+       /**
+        * If the found UNL (address) matches own external or internal address
+        *
+        * @param       $unl            UNL to test
+        * @return      $ifMatches      Whether the found UNL matches own addresss
+        */
+       function isOwnAddress ($unl);
 }
 
 // [EOF]