Class TemplateFilters (namespace Nette\Templates)
Standard template compile-time filters shipped with Nette Framework.
Public Method Summary | |
---|---|
TemplateFilters |
__construct
()
Static class - cannot be instantiated.
|
static string |
netteLinks
(string $s)
Filter netteLinks: translates links "nette:...".
|
static string |
relativeLinks
(string $s)
Filter relativeLinks: prepends root to relative links.
|
static string |
removePhp
(string $s)
Filters out PHP code.
|
static string |
texyElements
(string $s)
Process <texy>...</texy> elements.
|
Variable Summary | ||||
---|---|---|---|---|
static Texy | $texy |
|
line 120 |
Method Details | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
line 27 __constructpublic TemplateFilters __construct () Static class - cannot be instantiated.
|
||||||||||||
line 81 netteLinkspublic static string netteLinks (string $s) Filter netteLinks: translates links "nette:...". nette:destination?arg
|
||||||||||||
line 60 relativeLinkspublic static string relativeLinks (string $s) Filter relativeLinks: prepends root to relative links.
|
||||||||||||
line 44 removePhppublic static string removePhp (string $s) Filters out PHP code.
|
||||||||||||
line 129 texyElementspublic static string texyElements (string $s) Process <texy>...</texy> elements.
|