Class NTemplateFilters
Standard template compile-time filters shipped with Nette Framework.
final public
|
#
__construct(
)
Static class – cannot be instantiated. Static class – cannot be instantiated. |
public static
string
|
#
removePhp(
string
$s
)
Filters out PHP code. Filters out PHP code. Parameters$s string |
public static
string
|
#
relativeLinks(
string
$s
)
Filter relativeLinks: prepends root to relative links. Filter relativeLinks: prepends root to relative links. Parameters$s string |
public static
string
|
#
netteLinks(
string
$s
)
Filter netteLinks: translates links „nette:…“. Filter netteLinks: translates links „nette:…“. Parameters$s string |
public static
string
|
#
texyElements(
string
$s
)
Process <texy>…</texy> elements. Process <texy>…</texy> elements. Parameters$s string |
static
Texy
|
$texy | NULL |
# |