Namespaces

  • Latte
    • Loaders
    • Macros
    • Runtime
  • Nette
    • Application
      • Responses
      • Routers
      • UI
    • Bridges
      • ApplicationLatte
      • ApplicationTracy
      • CacheLatte
      • DatabaseDI
      • DatabaseTracy
      • DITracy
      • FormsLatte
      • Framework
      • HttpTracy
      • SecurityTracy
    • Caching
      • Storages
    • ComponentModel
    • Database
      • Drivers
      • Reflection
      • Table
    • DI
      • Config
        • Adapters
      • Extensions
    • Diagnostics
    • Forms
      • Controls
      • Rendering
    • Http
    • Iterators
    • Latte
    • Loaders
    • Localization
    • Mail
    • Neon
    • PhpGenerator
    • Reflection
    • Security
    • Templating
    • Utils
  • NetteModule
  • none
  • Tracy

Classes

  • FileTemplate
  • Helpers
  • Template

Interfaces

  • IFileTemplate
  • ITemplate
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Other releases
  • Nette homepage

Class Helpers

Latte\Runtime\Filters
Extended by Nette\Templating\Helpers
Namespace: Nette\Templating
Deprecated
Located at deprecated/Templating/Helpers.php
Methods summary
public static callable
# loader( string $helper )

Try to load the requested helper.

Try to load the requested helper.

Parameters

$helper
string
helper name

Returns

callable
public static Nette\Utils\DateTime
# modifyDate( string|integer|DateTime $time, string|integer $delta, string $unit = NULL )

Date/time modification.

Date/time modification.

Parameters

$time
string|integer|DateTime
$delta
string|integer
$unit
string

Returns

Nette\Utils\DateTime
public static integer
# length( mixed $var )

Returns array of string length.

Returns array of string length.

Parameters

$var
mixed

Returns

integer

Overrides

Latte\Runtime\Filters::length()
public static string
# null( )

/dev/null.

/dev/null.

Returns

string
public static
# optimizePhp( $source, $lineLength = 80 )
Methods inherited from Latte\Runtime\Filters
bytes(), capitalize(), dataStream(), date(), escapeCss(), escapeHtml(), escapeHtmlComment(), escapeICal(), escapeJs(), escapeXML(), firstUpper(), htmlAttributes(), indent(), lower(), nl2br(), replace(), replaceRe(), safeUrl(), strip(), substring(), trim(), truncate(), upper()
Properties inherited from Latte\Runtime\Filters
$dateFormat, $xhtml
Nette 2.2 API documentation generated by ApiGen 2.8.0