From: Roland Häder Date: Sat, 2 Apr 2011 23:27:46 +0000 (+0000) Subject: Methods defined in interfaces are always public... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4f35e8f5e4b7673855586c7f9598a7bcb1652021;p=hub.git Methods defined in interfaces are always public... --- diff --git a/application/hub/interfaces/helper/hub/class_HelpableHub.php b/application/hub/interfaces/helper/hub/class_HelpableHub.php index 4fa719ff5..8a6481500 100644 --- a/application/hub/interfaces/helper/hub/class_HelpableHub.php +++ b/application/hub/interfaces/helper/hub/class_HelpableHub.php @@ -27,14 +27,14 @@ interface HelpableHub extends Helper { * * @return void */ - public function loadDescriptorXml (); + function loadDescriptorXml (); /** * Do the helped attempt by delivering a package to ourselfs * * @return void */ - public function sendPackage (); + function sendPackage (); } // [EOF]