Namespaces

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

Classes

  • Engine
  • MacroNode
  • MacroTokenizer
  • Parser
  • PhpWriter

Interfaces

  • IMacro

Exceptions

  • ParseException
  • Overview
  • Namespace
  • Class
  • Tree

Class MacroNode

Macro element node.

Nette\Object
Extended by Nette\Latte\MacroNode
Namespace: Nette\Latte
Author: David Grudl
Located at Latte/MacroNode.php
Methods summary
public
# __construct( Nette\Latte\IMacro $macro, $name, $args = NULL, $modifiers = NULL, Nette\Latte\MacroNode $parentNode = NULL )
public
# setArgs( $args )
public
# close( $content )
Methods inherited from Nette\Object
__call(), __callStatic(), __get(), __isset(), __set(), __unset(), extensionMethod(), getReflection()
Properties summary
public Nette\Latte\IMacro $macro
#
public string $name
#
public boolean $isEmpty FALSE
#
public string $args
#

raw arguments

raw arguments

public string $modifiers
#

raw modifier

raw modifier

public boolean $closing FALSE
#
public Nette\Latte\MacroTokenizer $tokenizer
#
public integer $offset
#

@internal

@internal

public Nette\Latte\MacroNode $parentNode
#
public string $content
#
public stdClass $data
#

user data

user data

Nette Framework 2.0beta1 API API documentation generated by ApiGen 2.3.0