X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Fhub%2Finterfaces%2Fpackage%2Fclass_Deliverable.php;h=2c6803843fd4d3ce2463349b2d125ddab5fe5c9a;hb=81c90916f7a908c77f8844dff5adc6fae3aed422;hp=65c70c4aea1b28784c18be396e67e051059ea76a;hpb=ca8b7f82b8d488b2a6766ca02fe6de767128be31;p=hub.git diff --git a/application/hub/interfaces/package/class_Deliverable.php b/application/hub/interfaces/package/class_Deliverable.php index 65c70c4ae..2c6803843 100644 --- a/application/hub/interfaces/package/class_Deliverable.php +++ b/application/hub/interfaces/package/class_Deliverable.php @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009, 2010 Hub Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2011 Hub Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @@ -26,10 +26,11 @@ interface Deliverable extends FrameworkInterface { * "Enqueues" raw content into this delivery class by reading the raw content * from given template instance and pushing it on the 'undeclared' stack. * - * @param $helperInstance A BaseHubHelper instance + * @param $helperInstance An instance of a HelpableHub class + * @param $nodeInstance An instance of a NodeHelper class * @return void */ - function enqueueRawDataFromTemplate (BaseHubHelper $helperInstance); + function enqueueRawDataFromTemplate (HelpableHub $helperInstance, NodeHelper $nodeInstance); /** * Checks wether a package has been enqueued for delivery. @@ -50,7 +51,7 @@ interface Deliverable extends FrameworkInterface { * * @return $isWaitingDelivery Wether a package is waiting for delivery */ - function isPackageWaitingDelivery (); + function isPackageWaitingForDelivery (); /** * Delivers an enqueued package to the stated destination. If a non-session