PHP 클래스 Latte\HtmlNode

상속: use trait latte\Strict
파일 보기 프로젝트 열기: nette/latte

공개 프로퍼티들

프로퍼티 타입 설명
$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

공개 메소드들

메소드 설명
__construct ( $name, self $parentNode = NULL )

메소드 상세

__construct() 공개 메소드

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

프로퍼티 상세

$attrCode 공개적으로 프로퍼티

public string $attrCode
리턴 string

$attrs 공개적으로 프로퍼티

public array $attrs
리턴 array

$closing 공개적으로 프로퍼티

public bool $closing
리턴 boolean

$empty 공개적으로 프로퍼티

public bool $empty
리턴 boolean

$endLine 공개적으로 프로퍼티

position of end tag in source template
public $endLine

$innerMarker 공개적으로 프로퍼티

@internal
public string $innerMarker
리턴 string

$isEmpty 공개적으로 프로퍼티

사용 중단:
public $isEmpty

$macroAttrs 공개적으로 프로퍼티

public array $macroAttrs
리턴 array

$name 공개적으로 프로퍼티

public string $name
리턴 string

$parentNode 공개적으로 프로퍼티

public HtmlNode,latte $parentNode
리턴 HtmlNode

$startLine 공개적으로 프로퍼티

position of start tag in source template
public $startLine