PluginObject
in package
Table of Contents
- $dir : string
- $name : string
- $plugin : PluginInterface
- $version : float
- __construct() : mixed
- PluginObject constructor.
- getDir() : string
- getName() : string
- getPlugin() : PluginInterface
- getVersion() : float
Properties
$dir
private
string
$dir
$name
private
string
$name
$plugin
private
PluginInterface
$plugin
$version
private
float
$version
Methods
__construct()
PluginObject constructor.
public
__construct( $plugin, $dir, string $name, float $version) : mixed
Parameters
Return values
mixed —getDir()
public
getDir() : string
Return values
string —getName()
public
getName() : string
Return values
string —getPlugin()
public
getPlugin() : PluginInterface
Return values
PluginInterface —getVersion()
public
getVersion() : float