Overview

Packages

  • Auth
  • Config
  • Controller
  • Date
  • Db
  • Feed
    • Abstract
    • Writers
  • File
    • Decorator
  • Form
    • Element
  • Image
  • Log
    • Writer
  • Net
    • Exception
    • REST
  • None
  • PHP
  • PHPMailer
  • Session
  • Util
  • Validate
    • Validator
  • Zend
    • Db
      • Adapter
      • Expr
      • Profiler
      • Select
      • Statement
      • Table
    • Loader
      • Autoloader
      • PluginLoader
    • Registry

Classes

  • Zend_Loader_PluginLoader

Interfaces

  • Zend_Loader_PluginLoader_Interface

Exceptions

  • Zend_Loader_PluginLoader_Exception
  • Overview
  • Package
  • Class
  • Tree

Interface Zend_Loader_PluginLoader_Interface

Plugin class loader interface

Direct known implementers

Zend_Loader_PluginLoader
Package: Zend\Loader\PluginLoader
Category: Zend
Copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
License: New BSD License
Located at Zend/Loader/PluginLoader/Interface.php
Methods summary
public Zend_Loader_PluginLoader
# addPrefixPath( string $prefix, string $path )

Add prefixed paths to the registry of paths

Add prefixed paths to the registry of paths

Parameters

$prefix
string
$path
string

Returns

Zend_Loader_PluginLoader
public Zend_Loader_PluginLoader
# removePrefixPath( string $prefix, string $path = null )

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

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

Parameters

$prefix
string
$path
string
OPTIONAL

Returns

Zend_Loader_PluginLoader
public Zend_Loader_PluginLoader
# isLoaded( string $name )

Whether or not a Helper by a specific name

Whether or not a Helper by a specific name

Parameters

$name
string

Returns

Zend_Loader_PluginLoader
public string
# getClassName( string $name )

Return full class name for a named helper

Return full class name for a named helper

Parameters

$name
string

Returns

string
public string
# load( string $name )

Load a helper via the name provided

Load a helper via the name provided

Parameters

$name
string

Returns

string
Pry Framework API documentation generated by ApiGen 2.6.1