Zend Framework  3.0
Public Member Functions | List of all members
PluginManagerInterface Interface Reference

Interface for a plugin manager. More...

Public Member Functions

 validate ($instance)
 Validate an instance.
 
- Public Member Functions inherited from ServiceLocatorInterface
 build ($name, array $options=null)
 Build a service by its name, using optional options (such services are NEVER cached).
 

Detailed Description

Interface for a plugin manager.

A plugin manager is a specialized service locator used to create homogeneous objects

Member Function Documentation

validate (   $instance)