|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| __construct ($argv=array()) | |
| execute () | |
| usage () | |
Data Fields | |
| $outputFile | |
| $parameters | |
Data Fields inherited from CommandLineTool | |
| $argv | |
| $scriptName | |
CLI tool to compile a complete swagger.json file for hosting API documentation.
Definition at line 19 of file buildSwagger.php.
| buildSwagger::__construct | ( | $argv = array() | ) |
Constructor.
| $argv | array command-line arguments (see usage) |
Reimplemented from CommandLineTool.
Definition at line 28 of file buildSwagger.php.
References CommandLineTool\$argv.
| buildSwagger::execute | ( | ) |
Parse and execute the import/export task.
Definition at line 46 of file buildSwagger.php.
References PKPServices\get(), and usage().
| buildSwagger::usage | ( | ) |
Print command usage information.
Reimplemented from CommandLineTool.
Definition at line 36 of file buildSwagger.php.
Referenced by execute().
| buildSwagger::$outputFile |
Definition at line 21 of file buildSwagger.php.
| buildSwagger::$parameters |
Definition at line 22 of file buildSwagger.php.