PHP Class Goetas\Twital\Attribute\AttrAttribute

Author: Asmir Mustafic ([email protected])
Inheritance: implements Goetas\Twital\Attribute
Afficher le fichier Open project: goetas/twital

Méthodes publiques

Méthode Description
getVarname ( DOMElement $node )
splitAttrExpression ( $str )
visit ( DOMAttr $att, Compiler $context )

Méthodes protégées

Méthode Description
addSpecialAttr ( DOMElement $node, $varName, array $code )
findAttrParts ( $str )

Method Details

addSpecialAttr() protected méthode

protected addSpecialAttr ( DOMElement $node, $varName, array $code )
$node DOMElement
$code array

findAttrParts() protected static méthode

protected static findAttrParts ( $str )

getVarname() public static méthode

public static getVarname ( DOMElement $node )
$node DOMElement

splitAttrExpression() public static méthode

public static splitAttrExpression ( $str )

visit() public méthode

public visit ( DOMAttr $att, Compiler $context )
$att DOMAttr
$context Goetas\Twital\Compiler