ClassInterface Zend_Loader_PluginLoader_Interface

Description

Plugin class loader interface

  • copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
  • license: New BSD License

Located in /Loader/PluginLoader/Interface.php (line 32)


	
			
Method Summary
 Zend_Loader_PluginLoader addPrefixPath (string $prefix, string $path)
 string getClassName (string $name)
 string load (string $name)
 Zend_Loader_PluginLoader removePrefixPath (string $prefix, [string $path = null])
Methods
addPrefixPath (line 41)

Add prefixed paths to the registry of paths

  • access: public
Zend_Loader_PluginLoader addPrefixPath (string $prefix, string $path)
  • string $prefix
  • string $path
getClassName (line 66)

Return full class name for a named helper

  • access: public
string getClassName (string $name)
  • string $name
isLoaded (line 58)

Whether or not a Helper by a specific name

  • access: public
Zend_Loader_PluginLoader isLoaded (string $name)
  • string $name
load (line 74)

Load a helper via the name provided

  • access: public
string load (string $name)
  • string $name
removePrefixPath (line 50)

Remove a prefix (or prefixed-path) from the registry

  • access: public
Zend_Loader_PluginLoader removePrefixPath (string $prefix, [string $path = null])
  • string $prefix
  • string $path: OPTIONAL

Documentation generated on Mon, 21 Jun 2010 15:29:31 -0400 by phpDocumentor 1.4.3