\Ceo\View\FunctionsStaticViewFunction

Allows the view to directly disable static view cache.

Note this disables the static cache for the ENTIRE view, not just the partial or included template, but the entire output.

Summary

Methods
Properties
Constants
__construct()
getFunctionOptions()
getDI()
getCacheControlTag()
getFunctionName()
handle()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

__construct()

__construct() 

getFunctionOptions()

getFunctionOptions() : array

Return function options Allows the function to automatically escape HTML strings

Returns

array

getDI()

getDI() 

getCacheControlTag()

getCacheControlTag() : string

Static function as it's called elsewhere.

..

Returns

string

getFunctionName()

getFunctionName() 

handle()

handle(  $opts) : string

Modify the cache output, mostly just disable it

{{ cacheManager({'disable': true}) }}

Parameters

$opts

Returns

string —

Cache control tag