|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| __construct ($argv=array()) | |
| execute () | |
| usage () | |
Data Fields | |
| $_emailKey | |
| $_locales | |
Data Fields inherited from CommandLineTool | |
| $argv | |
| $scriptName | |
Definition at line 20 of file installEmailTemplate.php.
| installEmailTemplates::__construct | ( | $argv = array() | ) |
Constructor.
| $argv | array command-line arguments |
Reimplemented from CommandLineTool.
Definition at line 37 of file installEmailTemplate.php.
References CommandLineTool\$argv, and usage().
| installEmailTemplates::execute | ( | ) |
Execute upgrade task
Definition at line 63 of file installEmailTemplate.php.
References DAORegistry\getDAO(), and AppLocale\requireComponents().
| installEmailTemplates::usage | ( | ) |
Print command usage information.
Reimplemented from CommandLineTool.
Definition at line 52 of file installEmailTemplate.php.
Referenced by __construct().
| string installEmailTemplates::$_emailKey |
The email key of the email template to install.
Definition at line 25 of file installEmailTemplate.php.
| string installEmailTemplates::$_locales |
The list of locales in which to install the template.
Definition at line 31 of file installEmailTemplate.php.