Namespaces

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

Classes

  • Compiler
  • Engine
  • HtmlNode
  • MacroNode
  • MacroTokens
  • Parser
  • PhpWriter
  • Token

Interfaces

  • IMacro

Exceptions

  • CompileException
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Other releases
  • Nette homepage

Interface IMacro

Latte macro.

Direct known implementers

Nette\Latte\Macros\CacheMacro, Nette\Latte\Macros\MacroSet

Indirect known implementers

Nette\Latte\Macros\CoreMacros, Nette\Latte\Macros\FormMacros, Nette\Latte\Macros\UIMacros
Namespace: 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
# nodeOpened( Nette\Latte\MacroNode $node )

New node is found. Returns FALSE to reject.

New node is found. Returns FALSE to reject.

Returns

boolean
public
# nodeClosed( Nette\Latte\MacroNode $node )

Node is closed.

Node is closed.

Nette 2.1 API documentation generated by ApiGen 2.8.0