From: Roland Haeder Date: Sun, 5 Apr 2015 20:30:44 +0000 (+0200) Subject: Added new required method + updated 'core'. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=96d2d387d93b7ad25861256a54b889b03f40ba0b;p=city.git Added new required method + updated 'core'. Signed-off-by: Roland Haeder --- diff --git a/application/city/class_ApplicationHelper.php b/application/city/class_ApplicationHelper.php index a9e56fa..da8b31b 100644 --- a/application/city/class_ApplicationHelper.php +++ b/application/city/class_ApplicationHelper.php @@ -208,6 +208,16 @@ class ApplicationHelper extends BaseFrameworkSystem implements ManageableApplica $this->getControllerInstance()->executeShutdownFilters($requestInstance, $responseInstance); } + /** + * Assigns extra application-depending data + * + * @param $templateInstance An instance of a CompileableTemplate + * @return void + * @todo Nothing to add? + */ + public function assignExtraTemplateData (CompileableTemplate $templateInstance) { + } + /** * Handle the indexed array of fatal messages and puts them out in an * acceptable fasion diff --git a/core b/core index 7badfcb..64959d4 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 7badfcb82a1ba6c5f547ac031ef33e8bf2bd8ede +Subproject commit 64959d4352a0cc846da9951bb12f6ba86d3dab58