PHP Класс Spatie\Php7to5\Console\ConvertCommand

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

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

Метод Описание
configure ( )
convertFile ( Symfony\Component\Console\Input\InputInterface $input )
convertPHPFilesInDirectory ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer
isDestinationASourceDirectory ( string $source, string $destination )
isDestinationDifferentThanSource ( string $source, string $destination )
isEqual ( string $source, string $destination )

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

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

protected configure ( )

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

protected convertFile ( Symfony\Component\Console\Input\InputInterface $input )
$input Symfony\Component\Console\Input\InputInterface

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

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

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

protected execute ( 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
Результат integer

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

protected isDestinationASourceDirectory ( string $source, string $destination )
$source string
$destination string

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

protected isDestinationDifferentThanSource ( string $source, string $destination )
$source string
$destination string

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

protected isEqual ( string $source, string $destination )
$source string
$destination string