[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

/vendor/twig/twig/lib/Twig/TokenParser/ -> AutoEscape.php (summary)

(no description)

File Size: 79 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Twig_TokenParser_AutoEscape:: (3 methods):
  parse()
  decideBlockEnd()
  getTag()


Class: Twig_TokenParser_AutoEscape  - X-Ref

Marks a section of a template to be escaped or not.

<pre>
{% autoescape true %}
Everything will be automatically escaped in this block
{% endautoescape %}

{% autoescape false %}
Everything will be outputed as is in this block
{% endautoescape %}

{% autoescape true js %}
Everything will be automatically escaped in this block
using the js escaping strategy
{% endautoescape %}
</pre>
parse(Twig_Token $token)   X-Ref
No description

decideBlockEnd(Twig_Token $token)   X-Ref
No description

getTag()   X-Ref
No description



Generated: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1