[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

/vendor/twig/twig/lib/Twig/Extension/ -> Escaper.php (summary)

(no description)

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

Defines 1 class

Twig_Extension_Escaper:: (8 methods):
  __construct()
  getTokenParsers()
  getNodeVisitors()
  getFilters()
  setDefaultStrategy()
  getDefaultStrategy()
  getName()
  twig_raw_filter()


Class: Twig_Extension_Escaper  - X-Ref

__construct($defaultStrategy = 'html')   X-Ref
Constructor.

param: string|false|callable $defaultStrategy An escaping strategy

getTokenParsers()   X-Ref
No description

getNodeVisitors()   X-Ref
No description

getFilters()   X-Ref
No description

setDefaultStrategy($defaultStrategy)   X-Ref
Sets the default strategy to use when not defined by the user.

The strategy can be a valid PHP callback that takes the template
"filename" as an argument and returns the strategy to use.

param: string|false|callable $defaultStrategy An escaping strategy

getDefaultStrategy($filename)   X-Ref
Gets the default strategy to use when not defined by the user.

param: string $filename The template "filename"
return: string|false The default strategy to use for the template

getName()   X-Ref
No description

twig_raw_filter($string)   X-Ref
Marks a variable as being safe.

param: string $string A PHP variable
return: string



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