ContentFilter
abstract class ContentFilter (View source)
Conditionally executes a given callback, attempting to return the desired results of its execution.
Properties
protected | ContentFilter | $nestedContentFilter | Nested content filter |
Methods
Details
__construct($nestedContentFilter = null)
No description
protected Zend_Cache_Frontend
getCache()
Gets the cache to use
mixed
getContent(string $key, callable $callback)
Evaluates the result of the given callback