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
파일 보기 프로젝트 열기: fluidtypo3/vhs

보호된 메소드들

메소드 설명
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