PHP Class Goetas\Twital\Attribute\AttrAttribute

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

Public Methods

Method Description
getVarname ( DOMElement $node )
splitAttrExpression ( $str )
visit ( DOMAttr $att, Compiler $context )

Protected Methods

Method Description
addSpecialAttr ( DOMElement $node, $varName, array $code )
findAttrParts ( $str )

Method Details

addSpecialAttr() protected method

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

findAttrParts() protected static method

protected static findAttrParts ( $str )

getVarname() public static method

public static getVarname ( DOMElement $node )
$node DOMElement

splitAttrExpression() public static method

public static splitAttrExpression ( $str )

visit() public method

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