PHP Класс FluidTYPO3\Vhs\ViewHelpers\Once\SessionViewHelper

Displays nested content or "then" child once per session. "Once"-style ViewHelpers are purposed to only display their nested content once per XYZ, where the XYZ depends on the specific type of ViewHelper (session, cookie etc). In addition the ViewHelper is a ConditionViewHelper, which means you can utilize the f:then and f:else child nodes as well as the "then" and "else" arguments.
Наследование: extends AbstractOnceViewHelper
Показать файл Открыть проект

Открытые методы

Метод Описание
render ( ) : string

Защищенные методы

Метод Описание
assertShouldSkip ( ) : boolean
removeIfExpired ( ) : void
storeIdentifier ( ) : void

Описание методов

assertShouldSkip() защищенный Метод

protected assertShouldSkip ( ) : boolean
Результат boolean

removeIfExpired() защищенный Метод

protected removeIfExpired ( ) : void
Результат void

render() публичный Метод

public render ( ) : string
Результат string

storeIdentifier() защищенный Метод

protected storeIdentifier ( ) : void
Результат void