Updated the changelog

This commit is contained in:
Simon Wisselink
2023-01-24 22:45:35 +01:00
parent 754db3b2e3
commit 46dfed3837
4 changed files with 50 additions and 18 deletions

View File

@@ -17,7 +17,7 @@ The Resource Handler must then implement the function
`renderUncompiled(\Smarty\Template $_template)`. `$_template` is
a reference to the current template and contains all assigned variables
which the implementor can access via
`$_template->smarty->getTemplateVars()`. These Resources simply echo
`$_template->getSmarty()->getTemplateVars()`. These Resources simply echo
their rendered content to the output stream. The rendered output will be
output-cached if the Smarty instance was configured accordingly. See
`src/Resource/PhpPlugin.php` for an example.