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

Class NMacroNode

Macro element node.

NObject
Extended by NMacroNode
Package: Nette\Latte
Author: David Grudl
Located at Latte/MacroNode.php
Methods summary
public
# __construct( IMacro $macro, $name, $args = NULL, $modifiers = NULL, NMacroNode $parentNode = NULL, NHtmlNode $htmlNode = NULL, $prefix = NULL )
public
# setArgs( $args )
Methods inherited from NObject
__call(), __callStatic(), __get(), __isset(), __set(), __unset(), extensionMethod(), getReflection()
Constants summary
string PREFIX_INNER 'inner'
#
string PREFIX_TAG 'tag'
#
Properties summary
public 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 NMacroTokenizer $tokenizer
#
public NMacroNode $parentNode
#
public string $openingCode
#
public string $closingCode
#
public string $attrCode
#
public string $content
#
public stdClass $data
#

user data

user data

public NHtmlNode $htmlNode
#

for n:attr macros

for n:attr macros

public string $prefix
#

for n:attr macros (NULL, PREFIX_INNER, PREFIX_TAG)

for n:attr macros (NULL, PREFIX_INNER, PREFIX_TAG)

public $saved
#
Magic properties inherited from NObject
$reflection
Nette Framework 2.0.18 (for PHP 5.2, prefixed) API documentation generated by ApiGen 2.8.0