PHP Class Latte\HtmlNode

Inheritance: use trait latte\Strict
Datei anzeigen Open project: nette/latte

Public Properties

Property Type Description
$attrCode string
$attrs array
$closing boolean
$empty boolean
$endLine position of end tag in source template
$innerMarker string @internal
$isEmpty
$macroAttrs array
$name string
$parentNode HtmlNode
$startLine position of start tag in source template

Public Methods

Method Description
__construct ( $name, self $parentNode = NULL )

Method Details

__construct() public method

public __construct ( $name, self $parentNode = NULL )
$parentNode self

Property Details

$attrCode public_oe property

public string $attrCode
return string

$attrs public_oe property

public array $attrs
return array

$closing public_oe property

public bool $closing
return boolean

$empty public_oe property

public bool $empty
return boolean

$endLine public_oe property

position of end tag in source template
public $endLine

$innerMarker public_oe property

@internal
public string $innerMarker
return string

$isEmpty public_oe property

Deprecation:
public $isEmpty

$macroAttrs public_oe property

public array $macroAttrs
return array

$name public_oe property

public string $name
return string

$parentNode public_oe property

public HtmlNode,latte $parentNode
return HtmlNode

$startLine public_oe property

position of start tag in source template
public $startLine