Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Autarky
Providers
ConsoleProviderInterface
PHP Interface Autarky\Providers\ConsoleProviderInterface
Datei anzeigen
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