]> git.mxchange.org Git - hub.git/blobdiff - application/hub/interfaces/package/class_Deliverable.php
Network package writer added, shutdown refactured, fixes:
[hub.git] / application / hub / interfaces / package / class_Deliverable.php
index a97c93fc4ff543bf55262dafe6bca6f3430de1c0..072bcd765d6cd5e1c412cdcb2c2fa88877b72e42 100644 (file)
  */
 interface Deliverable extends FrameworkInterface {
        /**
-        * "Queues" raw content into this delivery class by reading the raw content
+        * "Enqueues" raw content into this delivery class by reading the raw content
         * from given template instance.
         *
-        * @param       $templateInstance       A CompileableTemplate instance
+        * @param       $helperInstance         A BaseHubHelper instance
         * @return      void
         */
-       function queueRawDataFromTemplate (CompileableTemplate $templateInstance);
+       function enqueueRawDataFromTemplate (BaseHubHelper $helperInstance);
 }
 
 // [EOF]
 ?>
-