Class AbstractPlugin

Summary

Fully Qualified Name: Zend\Cache\Storage\Plugin\AbstractPlugin
Extends: AbstractListenerAggregate
Implements: PluginInterface

Description

Methods

Name Description Defined By
detach() {@inheritDoc} AbstractListenerAggregate
getOptions() Get all pattern options AbstractPlugin
setOptions() Set pattern options AbstractPlugin

Method Details

detach()

{@inheritDoc}

Parameter Name Type Description
$events

Returns:

getOptions()

Get all pattern options

Returns: \PluginOptions

setOptions()

Set pattern options

Parameter Name Type Description
$options \PluginOptions

Returns: \AbstractPlugin Provides a fluent interface

Top