Renamed method as shortcuts are not wanted.
[core.git] / inc / classes / interfaces / handler / protocol / class_HandleableProtocol.php
index aa22a72b63fcf82f1e53a934d02b7ef4ece3b005..94370d55c553dee0446fb65f7252122550aed173 100644 (file)
@@ -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]