RemoveOldFilesCommand

Extends AbstractCommand

Console command for removing files which should have been cleared during an update

since

4.0.0

package

Joomla CMS

Methods

configure

Configure the command.

configure() : void
since

4.0.0

doExecute

Internal function to execute the command.

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

4.0.0

Arguments

input

\Symfony\Component\Console\Input\InputInterfaceThe input to inject into the command.

output

\Symfony\Component\Console\Output\OutputInterfaceThe output to inject into the command.

Response

intThe command exit code

Properties

defaultName

The default command name

static
since

4.0.0

Type(s)

string