|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| __construct ($argv=array()) | |
| execute () | |
| usage () | |
Data Fields | |
| $articleIds | |
Data Fields inherited from CommandLineTool | |
| $argv | |
| $scriptName | |
Definition at line 18 of file deleteSubmissions.php.
| SubmissionDeletionTool::__construct | ( | $argv = array() | ) |
Constructor.
| $argv | array command-line arguments |
Reimplemented from CommandLineTool.
Definition at line 26 of file deleteSubmissions.php.
References CommandLineTool\$argv, and usage().
| SubmissionDeletionTool::execute | ( | ) |
Delete submission data and associated files
Definition at line 48 of file deleteSubmissions.php.
References DAORegistry\getDAO().
| SubmissionDeletionTool::usage | ( | ) |
Print command usage information.
Reimplemented from CommandLineTool.
Definition at line 40 of file deleteSubmissions.php.
Referenced by __construct().
| SubmissionDeletionTool::$articleIds |
Definition at line 20 of file deleteSubmissions.php.