1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[feature/template-engine] Remaining documentation.

PHPBB3-9726
This commit is contained in:
Oleg Pudeyev
2011-08-07 19:07:27 -04:00
parent 02fc533066
commit f3befa4b29
7 changed files with 57 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ class phpbb_template_renderer_include implements phpbb_template_renderer
/**
* Displays the template managed by this renderer by including
* the php file containing the template.
*
* @param phpbb_template_context $context Template context to use
* @param array $lang Language entries to use
*/