Go to the source code of this file.
Namespaces |
| namespace | installer |
Variables |
| | $string ['clianswerno'] = 'n' |
| | $string ['cliansweryes'] = 'y' |
| | $string ['cliincorrectvalueerror'] = 'Error, incorrect value "{$a->value}" for "{$a->option}"' |
| | $string ['cliincorrectvalueretry'] = 'Incorrect value, please retry' |
| | $string ['clitypevalue'] = 'type value' |
| | $string ['clitypevaluedefault'] = 'type value, press Enter to use default value ({$a})' |
| | $string ['cliunknowoption'] |
| | $string ['cliyesnoprompt'] = 'type y (means yes) or n (means no)' |
| | $string ['environmentrequireinstall'] = 'must be installed and enabled' |
| | $string ['environmentrequireversion'] = 'version {$a->needed} is required and you are running {$a->current}' |
Variable Documentation
| $string['clianswerno'] = 'n' |
| $string['cliansweryes'] = 'y' |
| $string['cliincorrectvalueerror'] = 'Error, incorrect value "{$a->value}" for "{$a->option}"' |
| $string['cliincorrectvalueretry'] = 'Incorrect value, please retry' |
| $string['clitypevalue'] = 'type value' |
| $string['clitypevaluedefault'] = 'type value, press Enter to use default value ({$a})' |
| $string['cliunknowoption'] |
Initial value: 'Unrecognised options:
{$a}
Please use --help option.'
Definition at line 39 of file admin.php.
| $string['cliyesnoprompt'] = 'type y (means yes) or n (means no)' |
| $string['environmentrequireinstall'] = 'must be installed and enabled' |
| $string['environmentrequireversion'] = 'version {$a->needed} is required and you are running {$a->current}' |