PHP Interface Autarky\Providers\ConsoleProviderInterface

Afficher le fichier Open project: autarky/framework

Méthodes publiques

Méthode Description
registerConsole ( Application $console ) : void Register the service provider with the console application.

Method Details

registerConsole() public méthode

Register the service provider with the console application.
public registerConsole ( Application $console ) : void
$console Symfony\Component\Console\Application
Résultat void