Packages

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

Classes

Interfaces

Exceptions

  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Other releases
  • Nette homepage

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
# nodeOpened( MacroNode $node )

New node is found. Returns FALSE to reject.

New node is found. Returns FALSE to reject.

Returns

boolean
public
# nodeClosed( MacroNode $node )

Node is closed.

Node is closed.

Nette Framework 2.0.18 (for PHP 5.2, un-prefixed) API documentation generated by ApiGen 2.8.0