PHP Class Transphpile\Console\Command\TranspileCommand

Inheritance: extends Command
显示文件 Open project: jaytaph/Transphpile

Protected Properties

Property Type Description
$destination Destination directory for files
$sources Iterator
$stdout Should output be done directly to stdout

Protected Methods

Method Description
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
generateDestination ( $source ) : string
initialize ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) Do sanity checks on the arguments and options, and.

Method Details

configure() protected method

protected configure ( )

execute() protected method

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

generateDestination() protected method

protected generateDestination ( $source ) : string
$source
return string

initialize() protected method

Do sanity checks on the arguments and options, and.
protected initialize ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

Property Details

$destination protected_oe property

Destination directory for files
protected $destination

$sources protected_oe property

protected Iterator $sources
return Iterator

$stdout protected_oe property

Should output be done directly to stdout
protected $stdout