noalyss Version-9
|
Install new plugin. More...
Go to the source code of this file.
Variables | |
if( $xml==NULL) | $a_plugin =$xml->xpath('//plugins/plugin') |
$nb_plugin =count($a_plugin) | |
$package_repository =new Package_Repository() | |
$xml =$package_repository->getContent() | |
Install new plugin.
Definition in file upgrade-plugin.php.
if ($xml==NULL) $a_plugin =$xml->xpath('//plugins/plugin') |
Definition at line 49 of file upgrade-plugin.php.
$nb_plugin =count($a_plugin) |
Definition at line 50 of file upgrade-plugin.php.
$package_repository =new Package_Repository() |
Definition at line 34 of file upgrade-plugin.php.
$xml =$package_repository->getContent() |
Definition at line 35 of file upgrade-plugin.php.