Method |
Description |
|
__invoke ( string $moduleName, string $pluginName, array $params = [] ) : mixed |
Execute plugin module. |
|
canCreate ( string | array $moduleName, string $pluginName = null ) : boolean |
Determine if we can create an instance. |
|
create ( string $moduleName, string $pluginName = null ) : boolean | AbstractPlugin |
Create plugin |
|
get ( string $moduleName, string $pluginName ) : object | array |
Retrieve a registered instance |
|
getParam ( string $name ) : mixed |
Returns param from name. |
|
has ( string $moduleName, string $pluginName = null ) : boolean |
Check if plugin exists |
|
validatePlugin ( mixed $plugin ) : boolean |
Validate the plugin |
|