aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/template/twig/node/includecss.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/template/twig/node/includecss.php')
-rw-r--r--phpBB/includes/template/twig/node/includecss.php14
1 files changed, 10 insertions, 4 deletions
diff --git a/phpBB/includes/template/twig/node/includecss.php b/phpBB/includes/template/twig/node/includecss.php
index 01fda44aad..450edb3e1e 100644
--- a/phpBB/includes/template/twig/node/includecss.php
+++ b/phpBB/includes/template/twig/node/includecss.php
@@ -9,16 +9,22 @@
class phpbb_template_twig_node_includecss extends phpbb_template_twig_node_includeasset
{
+ /**
+ * Get the definition name
+ *
+ * @return string (e.g. 'SCRIPTS')
+ */
public function get_definition_name()
{
return 'STYLESHEETS';
}
/**
- * Compiles the node to PHP.
- *
- * @param Twig_Compiler A Twig_Compiler instance
- */
+ * Append the output code for the asset
+ *
+ * @param Twig_Compiler A Twig_Compiler instance
+ * @return null
+ */
public function append_asset(Twig_Compiler $compiler)
{
$compiler