PHP Class N98\Magento\Application\Console\Event

Inheritance: extends Symfony\Component\EventDispatcher\Event
Datei anzeigen Open project: netz98/n98-magerun Class Usage Examples

Protected Properties

Property Type Description
$application N98\Magento\Application
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

Public Methods

Method Description
__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.

Method Details

__construct() public method

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 method

public getApplication ( ) : Application
return N98\Magento\Application

getInput() public method

Gets the input instance.
public getInput ( ) : Symfony\Component\Console\Input\InputInterface
return Symfony\Component\Console\Input\InputInterface An InputInterface instance

getOutput() public method

Gets the output instance.
public getOutput ( ) : Symfony\Component\Console\Output\OutputInterface
return Symfony\Component\Console\Output\OutputInterface An OutputInterface instance

Property Details

$application protected_oe property

protected Application,N98\Magento $application
return N98\Magento\Application

$input protected_oe property

protected InputInterface,Symfony\Component\Console\Input $input
return Symfony\Component\Console\Input\InputInterface

$output protected_oe property

protected OutputInterface,Symfony\Component\Console\Output $output
return Symfony\Component\Console\Output\OutputInterface