From: Roland Häder Date: Tue, 20 Jan 2015 09:18:38 +0000 (+0100) Subject: Renamed method as shortcuts are not wanted. X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=e9c140f13fa2083abe974e44fc25a305856127bf Renamed method as shortcuts are not wanted. Signed-off-by: Roland Häder --- 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]