Class Serializer

Summary

Fully Qualified Name: Zend\Cache\Storage\Plugin\Serializer
Extends: AbstractPlugin

Description

Methods

Name Description Defined By
attach() {@inheritDoc} Serializer
detach() {@inheritDoc} AbstractListenerAggregate
getOptions() Get all pattern options AbstractPlugin
onDecrementItemPre() On decrement item pre Serializer
onDecrementItemsPre() On decrement items pre Serializer
onGetCapabilitiesPost() On get capabilities Serializer
onIncrementItemPre() On increment item pre Serializer
onIncrementItemsPre() On increment items pre Serializer
onReadItemPost() On read item post Serializer
onReadItemsPost() On read items post Serializer
onWriteItemPre() On write item pre Serializer
onWriteItemsPre() On write items pre Serializer
setOptions() Set pattern options AbstractPlugin

Method Details

attach()

{@inheritDoc}

Parameter Name Type Description
$events
$priority

Returns:

detach()

{@inheritDoc}

Parameter Name Type Description
$events

Returns:

getOptions()

Get all pattern options

Returns: \PluginOptions

onDecrementItemPre()

On decrement item pre

Parameter Name Type Description
$event \Event

Returns: mixed

onDecrementItemsPre()

On decrement items pre

Parameter Name Type Description
$event \Event

Returns: mixed

onGetCapabilitiesPost()

On get capabilities

Parameter Name Type Description
$event \PostEvent

Returns: void

onIncrementItemPre()

On increment item pre

Parameter Name Type Description
$event \Event

Returns: mixed

onIncrementItemsPre()

On increment items pre

Parameter Name Type Description
$event \Event

Returns: mixed

onReadItemPost()

On read item post

Parameter Name Type Description
$event \PostEvent

Returns: void

onReadItemsPost()

On read items post

Parameter Name Type Description
$event \PostEvent

Returns: void

onWriteItemPre()

On write item pre

Parameter Name Type Description
$event \Event

Returns: void

onWriteItemsPre()

On write items pre

Parameter Name Type Description
$event \Event

Returns: void

setOptions()

Set pattern options

Parameter Name Type Description
$options \PluginOptions

Returns: \AbstractPlugin Provides a fluent interface

Top