PHP Класс N98\Magento\Command\Developer\Theme\DuplicatesCommand

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

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

Метод Описание
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | void
getChecksums ( string $baseFolder ) : array
logJUnit ( Symfony\Component\Console\Input\InputInterface $input, array $duplicates, string $filename, float $duration )

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

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

protected configure ( )

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

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | void
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
Результат integer | void

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

protected getChecksums ( string $baseFolder ) : array
$baseFolder string
Результат array

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

protected logJUnit ( Symfony\Component\Console\Input\InputInterface $input, array $duplicates, string $filename, float $duration )
$input Symfony\Component\Console\Input\InputInterface
$duplicates array
$filename string
$duration float