PHP Class Jade\Compiler\TagVisitor

Inheritance: extends Jade\Compiler\Visitor
Afficher le fichier Open project: kylekatarnls/jade-php

Méthodes protégées

Méthode Description
compileTag ( Jade\Nodes\Tag $tag )
initTagName ( Jade\Nodes\Tag $tag )
trimLastLine ( )
visitTag ( Jade\Nodes\Tag $tag )
visitTagAttributes ( Jade\Nodes\Tag $tag, $newLinePrettyPrint, $close = '>' )
visitTagContents ( Jade\Nodes\Tag $tag )

Method Details

compileTag() protected méthode

protected compileTag ( Jade\Nodes\Tag $tag )
$tag Jade\Nodes\Tag

initTagName() protected méthode

protected initTagName ( Jade\Nodes\Tag $tag )
$tag Jade\Nodes\Tag

trimLastLine() protected méthode

protected trimLastLine ( )

visitTag() protected méthode

protected visitTag ( Jade\Nodes\Tag $tag )
$tag Jade\Nodes\Tag

visitTagAttributes() protected méthode

protected visitTagAttributes ( Jade\Nodes\Tag $tag, $newLinePrettyPrint, $close = '>' )
$tag Jade\Nodes\Tag

visitTagContents() protected méthode

protected visitTagContents ( Jade\Nodes\Tag $tag )
$tag Jade\Nodes\Tag