PHP Интерфейс Autarky\Providers\ConsoleProviderInterface

Показать файл Открыть проект

Открытые методы

Метод Описание
registerConsole ( Application $console ) : void Register the service provider with the console application.

Описание методов

registerConsole() публичный Метод

Register the service provider with the console application.
public registerConsole ( Application $console ) : void
$console Symfony\Component\Console\Application
Результат void