PHP Interface Autarky\Providers\ConsoleProviderInterface

Show file Open project: autarky/framework

Public Methods

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

Method Details

registerConsole() public method

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