API Documentation

Loader/PluginLoader/Interface.php

Interfaces
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Loader
subpackage
PluginLoader
version
$Id: Interface.php 20096 2010-01-06 02:05:09Z bkarwin $
Interfaces
Zend_Loader_PluginLoader_Interface

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_Loader_PluginLoader_Interface

category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Loader
subpackage
PluginLoader
Methods
addPrefixPath
removePrefixPath
isLoaded
getClassName
load

Description

Plugin class loader interface

Methods

addPrefixPath

addPrefixPath( string $prefix, string $path ) : Zend_Loader_PluginLoader

Add prefixed paths to the registry of paths

Arguments
$prefix
string
$path
string
Details
visibility
public
final
false
static
false

getClassName

getClassName( string $name ) : string

Return full class name for a named helper

Arguments
$name
string
Output
string
Details
visibility
public
final
false
static
false

isLoaded

isLoaded( string $name ) : Zend_Loader_PluginLoader

Whether or not a Helper by a specific name

Arguments
$name
string
Details
visibility
public
final
false
static
false

load

load( string $name ) : string

Load a helper via the name provided

Arguments
$name
string
Output
string
Details
visibility
public
final
false
static
false

removePrefixPath

removePrefixPath( string $prefix, string $path = null ) : Zend_Loader_PluginLoader

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

Arguments
$prefix
string
$path
string
OPTIONAL
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.