Zend Framework  3.0
Protected Attributes | List of all members
HeaderLoader Class Reference

Plugin Class Loader implementation for HTTP headers. More...

Protected Attributes

 $plugins
 
- Protected Attributes inherited from PluginClassLoader
 $plugins = array()
 

Additional Inherited Members

- Public Member Functions inherited from PluginClassLoader
 __construct ($map=null)
 Constructor.
 
 registerPlugin ($shortName, $className)
 Register a class to a given short name.
 
 registerPlugins ($map)
 Register many plugins at once.
 
 unregisterPlugin ($shortName)
 Unregister a short name lookup.
 
 getRegisteredPlugins ()
 Get a list of all registered plugins.
 
 isLoaded ($name)
 Whether or not a plugin by a specific name has been registered.
 
 getClassName ($name)
 Return full class name for a named helper.
 
 load ($name)
 Load a helper via the name provided.
 
 getIterator ()
 Defined by IteratorAggregate.
 
- Static Public Member Functions inherited from PluginClassLoader
static addStaticMap ($map)
 Add a static map of plugins.
 
- Static Protected Attributes inherited from PluginClassLoader
static $staticMap = array()
 

Detailed Description

Plugin Class Loader implementation for HTTP headers.

Member Data Documentation

$plugins
protected
Initial value:
= [
'accept' => 'Zend\Http\Header\Accept'