Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
setOptions ($options) | |
getOptions () | |
getInitialConfigurationOptions () | |
saveConfiguration ($options) | |
checkDb ($options) | |
sanitizeOptions (array $options) | |
Fonctions membres publiques hérités de AbstractCommand | |
__construct (?string $name=null) | |
addArgument (string $name, ?int $mode=null, string $description='', $default=null) | |
addOption (string $name, $shortcut=null, ?int $mode=null, $description='', $default=null) | |
execute (InputInterface $input, OutputInterface $output) | |
getAliases () | |
getApplication () | |
getDefinition () | |
getDescription () | |
getHelp () | |
getHelperSet () | |
getName () | |
getProcessedHelp () | |
getSynopsis (bool $short=false) | |
isEnabled () | |
isHidden () | |
mergeApplicationDefinition (bool $mergeArgs=true) | |
setAliases (array $aliases) | |
setApplication (?Application $application=null) | |
setDefinition ($definition) | |
setDescription (string $description) | |
setHelp (string $help) | |
setHelperSet (HelperSet $helperSet) | |
setHidden (bool $hidden) | |
setName (string $name) | |
Champs de données | |
const | CONFIG_SET_SUCCESSFUL = 0 |
const | CONFIG_SET_FAILED = 1 |
const | CONFIG_VALIDATION_FAILED = 2 |
const | CONFIG_OPTIONS_WRONG = 3 |
const | DB_VALIDATION_FAILED = 4 |
Fonctions membres protégées | |
configure () | |
doExecute (InputInterface $input, OutputInterface $output) | |
Fonctions membres protégées hérités de AbstractCommand | |
configure () | |
doExecute (InputInterface $input, OutputInterface $output) | |
initialise (InputInterface $input, OutputInterface $output) | |
Attributs protégés statiques | |
static | $defaultName = 'config:set' |
Attributs protégés statiques hérités de AbstractCommand | |
static | $defaultName |
Fonctions membres privées | |
configureIO (InputInterface $input, OutputInterface $output) | |
retrieveOptionsFromInput (array $options) | |
validateOptions () | |
Attributs privés | |
$cliInput | |
$ioStyle | |
$options | |
Membres hérités additionnels | |
Fonctions membres publiques statiques hérités de AbstractCommand | |
static | getDefaultName () |
Console command Setting Configuration options
checkDb | ( | $options | ) |
Verifies database connection
array | $options | Options array |
Références $app, $db, $model, $options, $settings, $value, Text\_(), DatabaseDriver\getInstance(), et Text\sprintf().
|
protected |
Initialise the command.
Références InputArgument\IS_ARRAY, et InputArgument\REQUIRED.
|
private |
Configures the IO
Références $input, $language, $output, Factory\getLanguage(), JPATH_ADMINISTRATOR, JPATH_INSTALLATION, et null.
|
protected |
getOptions | ( | ) |
Collects the options array
|
private |
sanitizeOptions | ( | array | $options | ) |
saveConfiguration | ( | $options | ) |
setOptions | ( | $options | ) |
Sets the options array
string | $options | Options string |
Références $options.
|
private |
|
private |
|
staticprotected |
|
private |
|
private |
const CONFIG_OPTIONS_WRONG = 3 |
Return code if options are wrong
const CONFIG_SET_FAILED = 1 |
Return code if configuration set failed
const CONFIG_SET_SUCCESSFUL = 0 |
Return code if configuration is set successfully
const CONFIG_VALIDATION_FAILED = 2 |
Return code if config validation failed
const DB_VALIDATION_FAILED = 4 |
Return code if database validation failed