PHP Class RootNode, HamlPHP

Afficher le fichier Open project: hamlphp/hamlphp Class Usage Examples

Protected Properties

Свойство Type Description
$_children
$_childrenCount
$_compiler
$_indentation
$_lineNumber
$_parent

Méthodes publiques

Méthode Description
__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 )

Méthodes protégées

Méthode Description
shouldGoInsideLastNode ( $node )

Method Details

__construct() public méthode

public __construct ( )

addNode() public méthode

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

getChildren() public méthode

public getChildren ( )

getChildrenCount() public méthode

public getChildrenCount ( )

getCompiler() public méthode

public getCompiler ( )

getIndentationLevel() public méthode

public getIndentationLevel ( )

getLineNumber() public méthode

public getLineNumber ( )

getParent() public méthode

public getParent ( )

hasChildren() public méthode

public hasChildren ( )

hasParent() public méthode

public hasParent ( )

render() public méthode

public render ( )

renderChildren() public méthode

public renderChildren ( )

setCompiler() public méthode

public setCompiler ( Compiler $compiler )
$compiler Compiler

setIndentationLevel() public méthode

public setIndentationLevel ( $level )

setLineNumber() public méthode

public setLineNumber ( $lineNumber )

setParent() public méthode

public setParent ( RootNode $node )
$node RootNode

shouldContain() public méthode

public shouldContain ( $node )

shouldGoInsideLastNode() protected méthode

protected shouldGoInsideLastNode ( $node )

Property Details

$_children protected_oe property

protected $_children

$_childrenCount protected_oe property

protected $_childrenCount

$_compiler protected_oe property

protected $_compiler

$_indentation protected_oe property

protected $_indentation

$_lineNumber protected_oe property

protected $_lineNumber

$_parent protected_oe property

protected $_parent