From 1cba674b9a04390ff754bdb34691b3654f5916f9 Mon Sep 17 00:00:00 2001 From: Oleg Pudeyev Date: Sat, 7 May 2011 17:58:56 -0400 Subject: [PATCH] [feature/template-engine] Added docblocks and boilerplate to new files. PHPBB3-9726 --- phpBB/includes/template_context.php | 21 ++++++++++++++++++++ phpBB/includes/template_executor.php | 18 +++++++++++++++++ phpBB/includes/template_executor_eval.php | 18 +++++++++++++++++ phpBB/includes/template_executor_include.php | 19 ++++++++++++++++++ 4 files changed, 76 insertions(+) diff --git a/phpBB/includes/template_context.php b/phpBB/includes/template_context.php index ae898e9be1..df5c4afb24 100644 --- a/phpBB/includes/template_context.php +++ b/phpBB/includes/template_context.php @@ -1,5 +1,26 @@