|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| __construct ($argv=array()) | |
| execute () | |
| usage () | |
Additional Inherited Members | |
Data Fields inherited from CommandLineTool | |
| $argv | |
| $scriptName | |
CLI tool for installing a plugin version descriptor.
Definition at line 23 of file installPluginVersion.php.
| InstallPluginVersionTool::__construct | ( | $argv = array() | ) |
Constructor.
| $argv | array command-line arguments |
Reimplemented from CommandLineTool.
Definition at line 34 of file installPluginVersion.php.
References CommandLineTool\$argv, and usage().
| InstallPluginVersionTool::execute | ( | ) |
Execute the specified command.
Definition at line 56 of file installPluginVersion.php.
References DAORegistry\getDAO(), DBConnection\getInstance(), PluginRegistry\getPlugin(), Application\getPluginCategories(), VersionCheck\parseVersionXML(), and PluginRegistry\register().
| InstallPluginVersionTool::usage | ( | ) |
Print command usage information.
Reimplemented from CommandLineTool.
Definition at line 48 of file installPluginVersion.php.
Referenced by __construct().