1630. Class

1630.1. Zend\Serializer\AdapterPluginManager

Plugin manager implementation for serializer adapters.

Enforces that adapters retrieved are instances of AdapterAdapterInterface. Additionally, it registers a number of default adapters available.

1630.1.1. Methods

1630.1.1.1. validatePlugin

validatePlugin()

Validate the plugin

Checks that the adapter loaded is an instance of AdapterAdapterInterface.

Parameters:mixed
Return type:void
Throws :ExceptionRuntimeException if invalid

Project Versions

Table Of Contents

Previous topic

1629. Class

Next topic

1631. Class

This Page