X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fclasses%2Finterfaces%2Fapplication%2Fclass_ManageableApplication.php;h=65b98650da969a3a4c7cf861dd3e1fb3bb1e9449;hb=4183c70e0c155664687f226a0e075b1cb2578dcd;hp=0539f110ca0a3c1ae99613677c72ec0534d04769;hpb=b9150fa200886f629ea33f37e06690ee56292972;p=core.git diff --git a/inc/classes/interfaces/application/class_ManageableApplication.php b/inc/classes/interfaces/application/class_ManageableApplication.php index 0539f110..65b98650 100644 --- a/inc/classes/interfaces/application/class_ManageableApplication.php +++ b/inc/classes/interfaces/application/class_ManageableApplication.php @@ -49,6 +49,15 @@ interface ManageableApplication extends FrameworkInterface { * @return $masterTemplateName Name of the master template */ function buildMasterTemplateName(); + + /** + * Assigns extra application-depending data + * + * @param $templateInstance An instance of a CompileableTemplate + * @return void + * @todo Nothing to add? + */ + function assignExtraTemplateData (CompileableTemplate $templateInstance); } // [EOF]