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

Displays nested content or "then" child once, then sets a cookie with $ttl, optionally locked to domain name, which makes the condition return FALSE as long as the cookie exists. "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
Показать файл Открыть проект

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

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

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

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

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

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

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

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

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

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

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