|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| __construct ($argv=array()) | |
| execute () | |
| usage () | |
Data Fields | |
| $dirs = ['locale', 'lib/pkp/locale'] | |
| $localeKey = '' | |
Data Fields inherited from CommandLineTool | |
| $argv | |
| $scriptName | |
Remove a locale key from all locale files.
Definition at line 18 of file removeLocaleKey.php.
| RemoveLocaleKey::__construct | ( | $argv = array() | ) |
Constructor
Reimplemented from CommandLineTool.
Definition at line 35 of file removeLocaleKey.php.
References CommandLineTool\$argv, and usage().
| RemoveLocaleKey::execute | ( | ) |
Remove the requested locale key
Definition at line 66 of file removeLocaleKey.php.
| RemoveLocaleKey::usage | ( | ) |
Print command usage information.
Reimplemented from CommandLineTool.
Definition at line 55 of file removeLocaleKey.php.
Referenced by __construct().
| string RemoveLocaleKey::$dirs = ['locale', 'lib/pkp/locale'] |
Which files to remove the locale key from
Definition at line 30 of file removeLocaleKey.php.
| string RemoveLocaleKey::$localeKey = '' |
Locale key to be removed
Definition at line 24 of file removeLocaleKey.php.