Method |
Description |
|
__construct ( string $name, string | null $version = null, array $values = [] ) |
Registers the autoloader and necessary components. |
|
boot ( ) : void |
Boots the Application by calling boot on every provider added and then subscribe
in order to add listeners. |
|
command ( string | Command $nameOrCommand, callable | null $callable = null ) : Command |
Allows you to add a command as Command object or as a command name+callable |
|
register ( Pimple\ServiceProviderInterface $provider, array $values = [] ) |
{@inheritDoc} |
|
run ( Symfony\Component\Console\Input\InputInterface $input = null, Symfony\Component\Console\Output\OutputInterface $output = null ) : integer |
Executes this application. |
|