Class NTemplateFilters
Standard template compile-time filters shipped with Nette Framework (https://nette.org)
Methods summary
final public
|
#
__construct( )
Static class - cannot be instantiated.
Static class - cannot be instantiated.
|
public static
string
|
#
removePhp( string $s )
Filters out PHP code.
Parameters
Returns
string
|
public static
string
|
#
relativeLinks( string $s )
Filter relativeLinks: prepends root to relative links.
Filter relativeLinks: prepends root to relative links.
Parameters
Returns
string
|
public static
string
|
#
netteLinks( string $s )
Filter netteLinks: translates links "nette:...".
nette:destination?arg
Filter netteLinks: translates links "nette:...". nette:destination?arg
Parameters
Returns
string
|
public static
string
|
#
texyElements( string $s )
Process <texy>...</texy> elements.
Process <texy>...</texy> elements.
Parameters
Returns
string
|
Properties summary
public static
NTexy
|
$texy
|
|
|