PHP 클래스 Spatie\Php7to5\Console\ConvertCommand

상속: extends Symfony\Component\Console\Command\Command
파일 보기 프로젝트 열기: spatie/7to5

보호된 메소드들

메소드 설명
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