PHP Class N98\Magento\Application\Console\Event

Inheritance: extends Symfony\Component\EventDispatcher\Event
Afficher le fichier Open project: netz98/n98-magerun Class Usage Examples

Protected Properties

Свойство Type Description
$application N98\Magento\Application
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

Méthodes publiques

Méthode 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 méthode

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 méthode

public getApplication ( ) : Application
Résultat N98\Magento\Application

getInput() public méthode

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

getOutput() public méthode

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

Property Details

$application protected_oe property

protected Application,N98\Magento $application
Résultat N98\Magento\Application

$input protected_oe property

protected InputInterface,Symfony\Component\Console\Input $input
Résultat Symfony\Component\Console\Input\InputInterface

$output protected_oe property

protected OutputInterface,Symfony\Component\Console\Output $output
Résultat Symfony\Component\Console\Output\OutputInterface