PHP Класс Transphpile\Console\Command\TranspileCommand

Наследование: extends Command
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$destination Destination directory for files
$sources Iterator
$stdout Should output be done directly to stdout

Защищенные методы

Метод Описание
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.

Описание методов

configure() защищенный Метод

protected configure ( )

execute() защищенный Метод

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 generateDestination ( $source ) : string
$source
Результат string

initialize() защищенный Метод

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

Описание свойств

$destination защищенное свойство

Destination directory for files
protected $destination

$sources защищенное свойство

protected Iterator $sources
Результат Iterator

$stdout защищенное свойство

Should output be done directly to stdout
protected $stdout