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
Afficher le fichier Open project: neos/neos-development-collection

Méthodes publiques

Méthode Description
evaluate ( ) : string

Méthodes protégées

Méthode Description
getAllowEmpty ( ) : boolean Whether empty attributes (HTML5 syntax) should be allowed

Method Details

evaluate() public méthode

public evaluate ( ) : string
Résultat string

getAllowEmpty() protected méthode

Whether empty attributes (HTML5 syntax) should be allowed
protected getAllowEmpty ( ) : boolean
Résultat boolean