Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct (DatabaseDriver $db) | |
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) | |
Fonctions membres protégées | |
configure () | |
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 = 'database:export' |
Attributs protégés statiques hérités de AbstractCommand | |
static | $defaultName |
Attributs privés | |
$db | |
Membres hérités additionnels | |
Fonctions membres publiques statiques hérités de AbstractCommand | |
static | getDefaultName () |
Console command for exporting the database
__construct | ( | DatabaseDriver | $db | ) |
Instantiate the command.
DatabaseDriver | $db | Database connector |
Références ExportCommand\$db, et Symfony\Contracts\Service\__construct().
|
protected |
Configure the command.
Références AbstractCommand\addOption(), null, AbstractCommand\setDescription(), InputOption\VALUE_NONE, InputOption\VALUE_OPTIONAL, et InputOption\VALUE_REQUIRED.
|
private |
Référencé par ExportCommand\__construct().
|
staticprotected |