PHP Class Transphpile\Console\Command\Command

Inheritance: extends Symfony\Component\Console\Command\Command
Mostrar archivo Open project: jaytaph/Transphpile Class Usage Examples

Protected Properties

Property Type Description
$io Transphpile\IO\IOInterface

Public Methods

Method Description
getIo ( ) : Transphpile\IO\IOInterface
setIo ( Transphpile\IO\IOInterface $io )

Method Details

getIo() public method

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

setIo() public method

public setIo ( Transphpile\IO\IOInterface $io )
$io Transphpile\IO\IOInterface

Property Details

$io protected_oe property

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