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
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$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