Classes

Application

Base application class for a Joomla! command line application.

« More »

ConsoleEvents

Class defining the events available in the console application.

« More »

Classes

AbstractCommand

Base command class for a Joomla! command line application.

« More »

HelpCommand

Command to render a command's help data.

« More »

ListCommand

Command listing all available commands.

« More »

Classes

ApplicationDescription

Describes an application.

« More »

TextDescriptor

Text object descriptor.

« More »

Classes

ApplicationErrorEvent

Event triggered when an uncaught Throwable is received by the application.

« More »

BeforeCommandExecuteEvent

Event triggered before a command is executed.

« More »

CommandErrorEvent

Event triggered when an uncaught Throwable is received by the application from a command.

« More »

ConsoleEvent

Base event class for console events.

« More »

TerminateEvent

Event triggered immediately before the process is terminated.

« More »

Classes

NamespaceNotFoundException

Exception indicating a missing command namespace.

« More »

Classes

DescriptorHelper

Describes an object.

« More »

Interfaces

LoaderInterface

Interface defining a command loader.

« More »

Classes

ContainerLoader

PSR-11 compatible command loader.

« More »