Methods
Attach one or more listeners
attach(\Zend\EventManager\EventManagerInterface $events, $priority) : void
Implementors may add an optional $priority argument; the EventManager
implementation will pass this to the aggregate.
Parameters
$priority
Detach all previously attached listeners
detach(\Zend\EventManager\EventManagerInterface $events) : void
Inherited
inherited_from |
\Zend\EventManager\AbstractListenerAggregate::detach() |
inherited_from |
\Zend\Cache\Storage\Plugin\AbstractPlugin::detach() |
Parameters
On exception
onException(\Zend\Cache\Storage\ExceptionEvent $event) : void
Set pattern options
setOptions(\Zend\Cache\Storage\Plugin\PluginOptions $options) : \Zend\Cache\Storage\Plugin\AbstractPlugin
Inherited
inherited_from |
\Zend\Cache\Storage\Plugin\AbstractPlugin::setOptions() |
Parameters
Returns
Properties
$listeners
$listeners : \Zend\Stdlib\CallbackHandler[]
Inherited
inherited_from |
\Zend\EventManager\AbstractListenerAggregate::$$listeners |
inherited_from |
\Zend\Cache\Storage\Plugin\AbstractPlugin::$$listeners |