MaintenanceDatabaseCommand

Extends AbstractCommand

Console command maintenance database structure

since

5.1.0

package

Joomla CMS

Methods

configure

Initialise the command.

configure() : 
since

5.1.0

Response

void

configureIO

Configures the IO

configureIO(\Symfony\Component\Console\Input\InputInterface input, \Symfony\Component\Console\Output\OutputInterface output) : 
since

5.1.0

Arguments

input

InputInterfaceConsole Input

output

OutputInterfaceConsole Output

Response

void

doExecute

Internal function to execute the command.

doExecute(\Symfony\Component\Console\Input\InputInterface input, \Symfony\Component\Console\Output\OutputInterface output) : 
since

5.1.0

Arguments

input

InputInterfaceThe input to inject into the command.

output

OutputInterfaceThe output to inject into the command.

Response

intThe command exit code

Properties

defaultName

The default command name

static
since

5.1.0

Type(s)

string

cliInput

Stores the Input Object

since

5.1.0

Type(s)

InputInterface

ioStyle

SymfonyStyle Object

since

5.1.0

Type(s)

SymfonyStyle