Packages

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

Classes

  • LatteFilter
  • MacroNode
  • MacroTokenizer
  • Parser
  • PhpWriter

Interfaces

  • IMacro

Exceptions

  • LatteException
  • Overview
  • Package
  • Class
  • Tree

Interface IMacro

Latte macro.

Direct known implementers

CacheMacro, MacroSet

Indirect known implementers

CoreMacros, FormMacros, UIMacros
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( MacroNode $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( MacroNode $node )

Node is closed. Returns code.

Node is closed. Returns code.

Returns

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