|
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 to parse existing citations.
Definition at line 18 of file parseCitations.php.
| CitationsParsingTool::__construct | ( | $argv = array() | ) |
Constructor.
| $argv | array command-line arguments |
Reimplemented from CommandLineTool.
Definition at line 24 of file parseCitations.php.
References CommandLineTool\$argv, and usage().
| CitationsParsingTool::execute | ( | ) |
Parse citations
Definition at line 49 of file parseCitations.php.
References Application\getContextDAO(), DAORegistry\getDAO(), and usage().
| CitationsParsingTool::usage | ( | ) |
Print command usage information.
Reimplemented from CommandLineTool.
Definition at line 38 of file parseCitations.php.
Referenced by __construct(), and execute().