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"
Show file
Open project: neos/neos-development-collection
Public Methods
Protected Methods
Method |
Description |
|
getAllowEmpty ( ) : boolean |
Whether empty attributes (HTML5 syntax) should be allowed |
|
Method Details
getAllowEmpty()
protected method
Whether empty attributes (HTML5 syntax) should be allowed