PHP Class Transphpile\Console\Application

Inheritance: extends Symfony\Component\Console\Application
Exibir arquivo Open project: jaytaph/Transphpile Class Usage Examples

Protected Properties

Property Type Description
$io Transphpile\IO\IOInterface

Public Methods

Method Description
__construct ( )
doRun ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer
getIO ( ) : Transphpile\IO\IOInterface

Method Details

__construct() public method

public __construct ( )

doRun() public method

public doRun ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
return integer

getIO() public method

public getIO ( ) : Transphpile\IO\IOInterface
return Transphpile\IO\IOInterface

Property Details

$io protected_oe property

protected IOInterface,Transphpile\IO $io
return Transphpile\IO\IOInterface