Property | Type | Description | |
---|---|---|---|
$identifiers | array | Standard storage - static variable meaning uniqueness of $identifier across each Request, i.e. unique to each individual plugin/content. |
Method | Description | |
---|---|---|
initializeArguments ( ) : void | Initialize arguments | |
render ( ) : string | Standard render method. Implementers should override the assertShouldSkip() method and/or the getIdentifier() and storeIdentifier() methods as applies to each implementers method of storing identifiers. |
Method | Description | |
---|---|---|
assertShouldSkip ( ) : boolean | ||
getIdentifier ( ) : string | ||
removeIfExpired ( ) : void | ||
renderThenChild ( ) : string | Override: forcibly disables page caching - a TRUE condition in this ViewHelper means page content would be depending on the current visitor's session/cookie/auth etc. | |
storeIdentifier ( ) |
public initializeArguments ( ) : void | ||
return | void |
protected renderThenChild ( ) : string | ||
return | string | rendered ThenViewHelper or contents of |
protected static array $identifiers | ||
return | array |