Class ElggPluginPackage
Manages plugin packages under mod.
public
|
#
__construct( string $plugin, boolean $validate = true )
Load a plugin package from mod/$id or by full path. |
public
boolean
|
|
public
|
|
public
array
|
|
public
boolean|array
|
#
checkDependencies( boolean $full_report = false )
Returns if the Elgg system meets the plugin's dependency requirements. This includes both requires and conflicts. |
public
string
|
|
public
string
|
protected
|
$manifest |
|
#
The plugin's manifest object |
protected
string
|
$path |
|
#
The plugin's full path |
protected
mixed
|
$valid | null |
#
Is the plugin valid? |
protected
string
|
$id |
|
#
The plugin ID (dir name) |