MacroNode
class MacroNode
Macro element node.
Constants
PREFIX_INNER |
|
PREFIX_TAG |
|
PREFIX_NONE |
|
Properties
IMacro | $macro | ||
string | $name | ||
bool | $empty | ||
deprecated | $isEmpty | ||
string | $args | ||
string | $modifiers | ||
bool | $closing | ||
bool | $replaced | ||
MacroTokens | $tokenizer | ||
MacroNode | $parentNode | ||
string | $openingCode | ||
string | $closingCode | ||
string | $attrCode | ||
string | $content | ||
string | $innerContent | ||
stdClass | $data | ||
HtmlNode | $htmlNode | ||
array | $context | ||
string | $prefix | ||
int | $startLine | ||
int | $endLine | ||
internal | $saved |
Methods
__construct(IMacro $macro, $name, $args = null, $modifiers = null, MacroNode $parentNode = null, HtmlNode $htmlNode = null, $prefix = null)
No description
setArgs($args)
No description
getNotation()
No description
Details
at line 89
__construct(IMacro $macro, $name, $args = null, $modifiers = null, MacroNode $parentNode = null, HtmlNode $htmlNode = null, $prefix = null)
No description
at line 103
setArgs($args)
No description
at line 110
getNotation()
No description
Traits
Better OOP experience.