From e9c140f13fa2083abe974e44fc25a305856127bf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 20 Jan 2015 10:18:38 +0100 Subject: [PATCH] Renamed method as shortcuts are not wanted. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- .../interfaces/handler/protocol/class_HandleableProtocol.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/classes/interfaces/handler/protocol/class_HandleableProtocol.php b/inc/classes/interfaces/handler/protocol/class_HandleableProtocol.php index aa22a72b..94370d55 100644 --- a/inc/classes/interfaces/handler/protocol/class_HandleableProtocol.php +++ b/inc/classes/interfaces/handler/protocol/class_HandleableProtocol.php @@ -43,7 +43,7 @@ interface HandleableProtocol extends Handleable { * @param $packageData Valid raw package data * @return $isValid Whether the UNL can be validated */ - function isValidUnlByPackageData (array $packageData); + function isValidUniversalNodeLocatorByPackageData (array $packageData); } // [EOF] -- 2.39.2