PHP 클래스 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"
상속: extends AbstractArrayTypoScriptObject
파일 보기 프로젝트 열기: neos/neos-development-collection

공개 메소드들

메소드 설명
evaluate ( ) : string

보호된 메소드들

메소드 설명
getAllowEmpty ( ) : boolean Whether empty attributes (HTML5 syntax) should be allowed

메소드 상세

evaluate() 공개 메소드

public evaluate ( ) : string
리턴 string

getAllowEmpty() 보호된 메소드

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