PHP Класс N98\Magento\Application\Console\Event

Наследование: extends Symfony\Component\EventDispatcher\Event
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$application N98\Magento\Application
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

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

Метод Описание
__construct ( Application $application, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
getApplication ( ) : Application
getInput ( ) : Symfony\Component\Console\Input\InputInterface Gets the input instance.
getOutput ( ) : Symfony\Component\Console\Output\OutputInterface Gets the output instance.

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

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

public __construct ( Application $application, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$application N98\Magento\Application
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

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

public getApplication ( ) : Application
Результат N98\Magento\Application

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

Gets the input instance.
public getInput ( ) : Symfony\Component\Console\Input\InputInterface
Результат Symfony\Component\Console\Input\InputInterface An InputInterface instance

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

Gets the output instance.
public getOutput ( ) : Symfony\Component\Console\Output\OutputInterface
Результат Symfony\Component\Console\Output\OutputInterface An OutputInterface instance

Описание свойств

$application защищенное свойство

protected Application,N98\Magento $application
Результат N98\Magento\Application

$input защищенное свойство

protected InputInterface,Symfony\Component\Console\Input $input
Результат Symfony\Component\Console\Input\InputInterface

$output защищенное свойство

protected OutputInterface,Symfony\Component\Console\Output $output
Результат Symfony\Component\Console\Output\OutputInterface