Documentation

ConsoleEvent extends Event
in package

Allows to inspect input and output of a command.

Tags
author

Francesco Levorato git@flevour.net

Table of Contents

Properties

$command  : Command|null
$input  : InputInterface
$output  : OutputInterface

Methods

__construct()  : mixed
getCommand()  : Command|null
Gets the command that is executed.
getInput()  : InputInterface
Gets the input instance.
getOutput()  : OutputInterface
Gets the output instance.

Properties

Methods


        
On this page

Search results