PHP Class Transphpile\Console\Application

Inheritance: extends Symfony\Component\Console\Application
Afficher le fichier Open project: jaytaph/Transphpile Class Usage Examples

Protected Properties

Свойство Type Description
$io Transphpile\IO\IOInterface

Méthodes publiques

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

Method Details

__construct() public méthode

public __construct ( )

doRun() public méthode

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
Résultat integer

getIO() public méthode

public getIO ( ) : Transphpile\IO\IOInterface
Résultat Transphpile\IO\IOInterface

Property Details

$io protected_oe property

protected IOInterface,Transphpile\IO $io
Résultat Transphpile\IO\IOInterface