PHP 클래스 Neos\Fusion\TypoScriptObjects\TagImplementation

tsPath attributes An array with attributes for this tag (optional) tsPath content Content for the body of the tag (optional)
상속: extends AbstractTypoScriptObject
파일 보기 프로젝트 열기: neos/neos-development-collection 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$SELF_CLOSING_TAGS array List of self-closing tags

공개 메소드들

메소드 설명
evaluate ( ) : mixed Return a tag
getOmitClosingTag ( ) : boolean Whether to leave out the closing tag (defaults to FALSE)
getTagName ( ) : string The tag name (e.g. 'body', 'head', 'title', .
isSelfClosingTag ( string $tagName ) : boolean Whether to force a self closing tag (e.g. '
')

메소드 상세

evaluate() 공개 메소드

Return a tag
public evaluate ( ) : mixed
리턴 mixed

getOmitClosingTag() 공개 메소드

Whether to leave out the closing tag (defaults to FALSE)
public getOmitClosingTag ( ) : boolean
리턴 boolean

getTagName() 공개 메소드

..)
public getTagName ( ) : string
리턴 string

isSelfClosingTag() 공개 메소드

Whether to force a self closing tag (e.g. '
')
public isSelfClosingTag ( string $tagName ) : boolean
$tagName string
리턴 boolean

프로퍼티 상세

$SELF_CLOSING_TAGS 보호되어 있는 정적으로 프로퍼티

List of self-closing tags
protected static array $SELF_CLOSING_TAGS
리턴 array