PHP Class 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.
Inheritance: extends AbstractOnceViewHelper
Datei anzeigen Open project: fluidtypo3/vhs

Public Methods

Method Description
render ( ) : string

Protected Methods

Method Description
assertShouldSkip ( ) : boolean
removeIfExpired ( ) : void
storeIdentifier ( ) : void

Method Details

assertShouldSkip() protected method

protected assertShouldSkip ( ) : boolean
return boolean

removeIfExpired() protected method

protected removeIfExpired ( ) : void
return void

render() public method

public render ( ) : string
return string

storeIdentifier() protected method

protected storeIdentifier ( ) : void
return void