166. Class

166.1. Zend\Barcode\RendererPluginManager

Plugin manager implementation for barcode renderers.

Enforces that barcode parsers retrieved are instances of RendererAbstractRenderer. Additionally, it registers a number of default barcode renderers.

166.1.1. Methods

166.1.1.1. validatePlugin

validatePlugin()

Validate the plugin

Checks that the barcode parser loaded is an instance of RendererAbstractRenderer.

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

Project Versions

Table Of Contents

Previous topic

165. Class

Next topic

167. Class

This Page