CheckUpdatesCommand
Extends AbstractCommandConsole command for checking if there are pending extension updates
| since |
4.0.0 |
|---|---|
| package |
Joomla CMS |
Methods
configure
Configure the command.
configure() :
| since |
4.0.0 |
|---|
Response
void
doExecute
Internal function to execute the command.
doExecute(\Symfony\Component\Console\Input\InputInterface input, \Symfony\Component\Console\Output\OutputInterface output) :
| since |
4.0.0 |
|---|
Arguments
- input
InputInterfaceThe input to inject into the command.- output
OutputInterfaceThe output to inject into the command.
Response
intThe command exit code
getExtensionInfo
Transforms extension arrays into required form
getExtensionInfo(mixed||string|int extensions) : mixed||string|int
| since |
5.1.0 |
|---|
Arguments
- extensions
array<string|int, mixed>Array of extensions
Response
array<string|int, mixed>
Properties
defaultName
The default command name
static
| since |
4.0.0 |
|---|
Type(s)
string