1357. Class

1357.1. Zend\Paginator\AdapterPluginManager

Plugin manager implementation for paginator adapters.

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

1357.1.1. Methods

1357.1.1.1. createFromFactory

createFromFactory()

Attempt to create an instance via a factory

Parameters:
  • string
  • string
Return type:

mixed

Throws :

ExceptionServiceNotCreatedException If factory is not callable

1357.1.1.2. 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

1356. Function

Next topic

1358. Class

This Page