|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| __construct ($argv=array()) | |
| execute () | |
| usage () | |
Data Fields | |
| $mergeSpecifiers | |
| $targetSpecifier | |
Data Fields inherited from CommandLineTool | |
| $argv | |
| $scriptName | |
Protected Member Functions | |
| _getUserBySpecifier ($specifier) | |
Definition at line 18 of file MergeUsersTool.inc.php.
| MergeUsersTool::__construct | ( | $argv = array() | ) |
Constructor.
| $argv | array command-line arguments |
Reimplemented from CommandLineTool.
Definition at line 36 of file MergeUsersTool.inc.php.
References CommandLineTool\$argv, and usage().
|
protected |
Get a username by specifier, i.e. username or id=xyz.
| $specifier | string The specifier |
Definition at line 116 of file MergeUsersTool.inc.php.
References DAORegistry\getDAO().
Referenced by execute().
| MergeUsersTool::execute | ( | ) |
Execute the merge users command.
Definition at line 74 of file MergeUsersTool.inc.php.
References _getUserBySpecifier().
| MergeUsersTool::usage | ( | ) |
Print command usage information.
Reimplemented from CommandLineTool.
Definition at line 51 of file MergeUsersTool.inc.php.
Referenced by __construct().
| $mergeSpecifier MergeUsersTool::$mergeSpecifiers |
array
Definition at line 30 of file MergeUsersTool.inc.php.
| $targetSpecifier MergeUsersTool::$targetSpecifier |
string
Definition at line 24 of file MergeUsersTool.inc.php.