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"
Afficher le fichier
Open project: neos/neos-development-collection
Méthodes publiques
Méthodes protégées
Méthode |
Description |
|
getAllowEmpty ( ) : boolean |
Whether empty attributes (HTML5 syntax) should be allowed |
|
Method Details
evaluate()
public méthode
getAllowEmpty()
protected méthode
Whether empty attributes (HTML5 syntax) should be allowed