Plugins extends Component
Factory class for creating Plugin handler objects
Table of Contents
Properties
| $components | |
| $helpers | |
| $models |
Methods
| __construct() | |
| create() | Creates and returns an instance of the given plugin handler |
Methods
__construct()
public
__construct() : mixed
create()
Creates and returns an instance of the given plugin handler
public
static create(string $plugin_name) : object
Parameters
- $plugin_name : string
-
The name of the Plugin handler to load
Tags
Return values
object —An instance of the requested Plugin handler