PHP 클래스 RootNode, HamlPHP

파일 보기 프로젝트 열기: hamlphp/hamlphp 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_children
$_childrenCount
$_compiler
$_indentation
$_lineNumber
$_parent

공개 메소드들

메소드 설명
__construct ( )
addNode ( RootNode $node = null )
getChildren ( )
getChildrenCount ( )
getCompiler ( )
getIndentationLevel ( )
getLineNumber ( )
getParent ( )
hasChildren ( )
hasParent ( )
render ( )
renderChildren ( )
setCompiler ( Compiler $compiler )
setIndentationLevel ( $level )
setLineNumber ( $lineNumber )
setParent ( RootNode $node )
shouldContain ( $node )

보호된 메소드들

메소드 설명
shouldGoInsideLastNode ( $node )

메소드 상세

__construct() 공개 메소드

public __construct ( )

addNode() 공개 메소드

public addNode ( RootNode $node = null )
$node RootNode

getChildren() 공개 메소드

public getChildren ( )

getChildrenCount() 공개 메소드

public getChildrenCount ( )

getCompiler() 공개 메소드

public getCompiler ( )

getIndentationLevel() 공개 메소드

public getIndentationLevel ( )

getLineNumber() 공개 메소드

public getLineNumber ( )

getParent() 공개 메소드

public getParent ( )

hasChildren() 공개 메소드

public hasChildren ( )

hasParent() 공개 메소드

public hasParent ( )

render() 공개 메소드

public render ( )

renderChildren() 공개 메소드

public renderChildren ( )

setCompiler() 공개 메소드

public setCompiler ( Compiler $compiler )
$compiler Compiler

setIndentationLevel() 공개 메소드

public setIndentationLevel ( $level )

setLineNumber() 공개 메소드

public setLineNumber ( $lineNumber )

setParent() 공개 메소드

public setParent ( RootNode $node )
$node RootNode

shouldContain() 공개 메소드

public shouldContain ( $node )

shouldGoInsideLastNode() 보호된 메소드

protected shouldGoInsideLastNode ( $node )

프로퍼티 상세

$_children 보호되어 있는 프로퍼티

protected $_children

$_childrenCount 보호되어 있는 프로퍼티

protected $_childrenCount

$_compiler 보호되어 있는 프로퍼티

protected $_compiler

$_indentation 보호되어 있는 프로퍼티

protected $_indentation

$_lineNumber 보호되어 있는 프로퍼티

protected $_lineNumber

$_parent 보호되어 있는 프로퍼티

protected $_parent