Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
zendframework1
library
Zend
Loader
PluginLoader
Interface.php
Go to the documentation of this file.
1
<?php
32
interface
Zend_Loader_PluginLoader_Interface
33
{
41
public
function
addPrefixPath
(
$prefix
,
$path
);
42
50
public
function
removePrefixPath
(
$prefix
,
$path
=
null
);
51
58
public
function
isLoaded
(
$name
);
59
66
public
function
getClassName
(
$name
);
67
74
public
function
load
(
$name
);
75
}
Zend_Loader_PluginLoader_Interface
Definition:
Interface.php:32
Zend_Loader_PluginLoader_Interface\getClassName
getClassName($name)
Zend_Loader_PluginLoader_Interface\load
load($name)
$prefix
$prefix
Definition:
name.phtml:25
Zend_Loader_PluginLoader_Interface\addPrefixPath
addPrefixPath($prefix, $path)
Zend_Loader_PluginLoader_Interface\removePrefixPath
removePrefixPath($prefix, $path=null)
Zend_Loader_PluginLoader_Interface\isLoaded
isLoaded($name)
$path
$path
Definition:
import_with_filesystem_images.php:14
$name
if(!isset($_GET['name'])) $name
Definition:
log.php:14