Snaju Inception Docs

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

Methods

__construct()

PluginObject constructor.

public __construct( $plugin,  $dir, string $name, float $version) : mixed
Parameters
$plugin :
$dir :
$name : string
$version : float
Return values
mixed

getDir()

public getDir() : string
Return values
string

getName()

public getName() : string
Return values
string

getVersion()

public getVersion() : float
Return values
float

Search results