summaryrefslogtreecommitdiffstats
path: root/lib/public/template.php
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2015-07-27 10:49:26 +0200
committerMorris Jobke <hey@morrisjobke.de>2015-07-27 10:49:26 +0200
commitc9e22f70c8a52049d8d22d23e002afb0f23be9ac (patch)
tree4f82cf0516a7001d6f6020d9038255145c53d9bb /lib/public/template.php
parent4edfadac96fcf267c97371e67e5feccec94b337e (diff)
downloadnextcloud-server-c9e22f70c8a52049d8d22d23e002afb0f23be9ac.tar.gz
nextcloud-server-c9e22f70c8a52049d8d22d23e002afb0f23be9ac.zip
Add PHPDoc for classes and interfaces
Diffstat (limited to 'lib/public/template.php')
-rw-r--r--lib/public/template.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/public/template.php b/lib/public/template.php
index cc91bff2528..b308240306d 100644
--- a/lib/public/template.php
+++ b/lib/public/template.php
@@ -137,6 +137,8 @@ function html_select_options($options, $selected, $params=array()) {
/**
* This class provides the template system for owncloud. You can use it to load
* specific templates, add data and generate the html code
+ *
+ * @since 8.0.0
*/
class Template extends \OC_Template {
/**