X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Fhub%2Finterfaces%2Fpackage%2Fclass_Deliverable.php;h=3e0fbf9b5ed1b073febc3ac69c61544959664e73;hb=e42e5cccbe065c9f54478350c9b96f408c648a9e;hp=d38f4504cf2dcd54202fe48272a572c1db494d2a;hpb=dfe38c5c2ff89adebea4f61364eb556a83da35a3;p=hub.git diff --git a/application/hub/interfaces/package/class_Deliverable.php b/application/hub/interfaces/package/class_Deliverable.php index d38f4504c..3e0fbf9b5 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 - 2011 Hub Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @@ -24,13 +24,13 @@ 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. + * from given helper's template instance and pushing it on the 'undeclared' + * stack. * * @param $helperInstance An instance of a HelpableHub class - * @param $nodeInstance An instance of a NodeHelper class * @return void */ - function enqueueRawDataFromTemplate (HelpableHub $helperInstance, NodeHelper $nodeInstance); + function enqueueRawDataFromTemplate (HelpableHub $helperInstance); /** * Checks whether a package has been enqueued for delivery.