X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Finterfaces%2Fhandler%2Fprotocol%2Fclass_HandleableProtocol.php;h=c591b7a0fbb9dd64f367a8c6efcfb6e8f3a6e9b9;hp=94370d55c553dee0446fb65f7252122550aed173;hb=a1b4efd0a7cfb351af1a6c63bfd910a41ec2903b;hpb=447ec445d0342164ac4f0a141344d7760e3bf730 diff --git a/inc/classes/interfaces/handler/protocol/class_HandleableProtocol.php b/inc/classes/interfaces/handler/protocol/class_HandleableProtocol.php index 94370d55..c591b7a0 100644 --- a/inc/classes/interfaces/handler/protocol/class_HandleableProtocol.php +++ b/inc/classes/interfaces/handler/protocol/class_HandleableProtocol.php @@ -44,6 +44,13 @@ 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 + * + * @return $ifMatches Whether the found UNL matches own addresss + */ + function isOwnAddress (); } // [EOF]