Packages

  • Nette
    • Application
      • Application\Diagnostics
      • Application\Responses
      • Application\Routers
      • Application\UI
    • Caching
      • Caching\Storages
    • ComponentModel
    • Config
      • Config\Extensions
    • Database
      • Database\Diagnostics
      • Database\Drivers
      • Database\Reflection
      • Database\Table
    • DI
      • DI\Diagnostics
    • Diagnostics
    • Forms
      • Forms\Controls
      • Forms\Rendering
    • Http
    • Iterators
    • Latte
      • Latte\Macros
    • Loaders
    • Localization
    • Mail
    • Reflection
    • Security
      • Security\Diagnostics
    • Templating
    • Utils
      • Utils\PhpGenerator
  • NetteModule
  • None
  • PHP

Classes

  • NLatteCompiler
  • NLatteFilter
  • NLatteToken
  • NMacroNode
  • NMacroTokenizer
  • NParser
  • NPhpWriter

Interfaces

  • IMacro

Exceptions

  • NLatteException
  • Overview
  • Package
  • Class
  • Tree

Interface IMacro

Latte macro.

Direct known implementers

NCacheMacro, NMacroSet

Indirect known implementers

NCoreMacros, NFormMacros, NUIMacros
Package: Nette\Latte
Author: David Grudl
Located at Latte/IMacro.php
Methods summary
public
# initialize( )

Initializes before template parsing.

Initializes before template parsing.

public array(prolog,
# finalize( )

Finishes template parsing.

Finishes template parsing.

Returns

array(prolog,
epilog)
public boolean|string
# nodeOpened( NMacroNode $node )

New node is found. Returns FALSE to reject or code.

New node is found. Returns FALSE to reject or code.

Returns

boolean|string
public string
# nodeClosed( NMacroNode $node )

Node is closed. Returns code.

Node is closed. Returns code.

Returns

string
Nette Framework 2.0beta2 (for PHP 5.2) API API documentation generated by ApiGen 2.3.0