PHP Class Neos\Fusion\TypoScriptObjects\AttributesImplementation

So a configuration like: attributes = Neos.Fusion:Attributes attributes.class = Neos.Fusion:RawArray { class1: 'class1' class2: 'class2' } attributes.id = 'my-id' will result in the string: class="class1 class2" id="my-id"
Inheritance: extends AbstractArrayTypoScriptObject
Show file Open project: neos/neos-development-collection

Public Methods

Method Description
evaluate ( ) : string

Protected Methods

Method Description
getAllowEmpty ( ) : boolean Whether empty attributes (HTML5 syntax) should be allowed

Method Details

evaluate() public method

public evaluate ( ) : string
return string

getAllowEmpty() protected method

Whether empty attributes (HTML5 syntax) should be allowed
protected getAllowEmpty ( ) : boolean
return boolean