Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions
Zend_Loader_PluginLoader_Interface Interface Reference

Public Member Functions

 addPrefixPath ($prefix, $path)
 
 removePrefixPath ($prefix, $path=null)
 
 isLoaded ($name)
 
 getClassName ($name)
 
 load ($name)
 

Detailed Description

Definition at line 32 of file Interface.php.

Member Function Documentation

◆ addPrefixPath()

addPrefixPath (   $prefix,
  $path 
)

Add prefixed paths to the registry of paths

Parameters
string$prefix
string$path
Returns
Zend_Loader_PluginLoader

◆ getClassName()

getClassName (   $name)

Return full class name for a named helper

Parameters
string$name
Returns
string

◆ isLoaded()

isLoaded (   $name)

Whether or not a Helper by a specific name

Parameters
string$name
Returns
Zend_Loader_PluginLoader

◆ load()

load (   $name)

Load a helper via the name provided

Parameters
string$name
Returns
string

◆ removePrefixPath()

removePrefixPath (   $prefix,
  $path = null 
)

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

Parameters
string$prefix
string$pathOPTIONAL
Returns
Zend_Loader_PluginLoader

The documentation for this interface was generated from the following file: