Namespaces

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

Classes

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

Interfaces

  • ILoader
  • IMacro

Exceptions

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

Interface IMacro

Latte macro.

Direct known implementers

Latte\Macros\MacroSet, Nette\Bridges\CacheLatte\CacheMacro

Indirect known implementers

Latte\Macros\BlockMacros, Latte\Macros\CoreMacros, Nette\Bridges\ApplicationLatte\UIMacros, Nette\Bridges\FormsLatte\FormMacros
Namespace: Latte
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( Latte\MacroNode $node )

New node is found. Returns FALSE to reject.

New node is found. Returns FALSE to reject.

Returns

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

Node is closed.

Node is closed.

Nette 2.3-20161221 API API documentation generated by ApiGen 2.8.0