206. Class

206.1. Zend\Tag\Cloud\DecoratorPluginManager

Plugin manager implementation for decorators.

Enforces that decorators retrieved are instances of DecoratorDecoratorInterface. Additionally, it registers a number of default decorators available.

206.1.1. Methods

206.1.1.1. validatePlugin

validatePlugin()

Validate the plugin

Checks that the decorator loaded is an instance of DecoratorDecoratorInterface.

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

Project Versions

Table Of Contents

Previous topic

205. Class

Next topic

207. Class

This Page