Свойство | Тип | Описание | |
---|---|---|---|
$application | |||
$input | Symfony\Component\Console\Input\InputInterface | ||
$output | Symfony\Component\Console\Output\OutputInterface |
Метод | Описание | |
---|---|---|
__construct ( |
||
getApplication ( ) : |
||
getInput ( ) : Symfony\Component\Console\Input\InputInterface | Gets the input instance. | |
getOutput ( ) : Symfony\Component\Console\Output\OutputInterface | Gets the output instance. |
public __construct ( |
||
$application | ||
$input | Symfony\Component\Console\Input\InputInterface | |
$output | Symfony\Component\Console\Output\OutputInterface |
public getApplication ( ) : |
||
Результат |
public getInput ( ) : Symfony\Component\Console\Input\InputInterface | ||
Результат | Symfony\Component\Console\Input\InputInterface | An InputInterface instance |
public getOutput ( ) : Symfony\Component\Console\Output\OutputInterface | ||
Результат | Symfony\Component\Console\Output\OutputInterface | An OutputInterface instance |
protected Application,N98\Magento $application | ||
Результат |
protected InputInterface,Symfony\Component\Console\Input $input | ||
Результат | Symfony\Component\Console\Input\InputInterface |