From a1b4efd0a7cfb351af1a6c63bfd910a41ec2903b Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Thu, 19 Feb 2015 09:57:39 +0100 Subject: [PATCH 1/1] Added missing method isOwnAddress(). MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- .../handler/protocol/class_HandleableProtocol.php | 7 +++++++ 1 file changed, 7 insertions(+) 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] -- 2.30.2