]> git.mxchange.org Git - hub.git/blobdiff - application/hub/interfaces/handler/network/class_Networkable.php
Typo fixed, visitor introduced, SVN property set:
[hub.git] / application / hub / interfaces / handler / network / class_Networkable.php
index 12b1ad2ada159cd6c3a945b380b9998aa1022fdb..0e88879edd23a6bbd1ca2e02bb74e378051c8eb4 100644 (file)
@@ -30,7 +30,7 @@ interface Networkable extends Handleable {
         * @return      void
         * @throws      InvalidResourceException        If the given resource is invalid
         */
-       function processResourceRawData ($resource);
+       function processRawDataFromResource ($resource);
 }
 
 // [EOF]