PHP Класс CacheTool\Command\OpcacheStatusCommand

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

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

Метод Описание
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
getGeneralRows ( array $info ) : array
getOpcacheStatsRows ( array $stats ) : array
getRows ( array $info, array $stats ) : array
getStringsRows ( array $info ) : array

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

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

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

protected getGeneralRows ( array $info ) : array
$info array
Результат array

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

protected getOpcacheStatsRows ( array $stats ) : array
$stats array
Результат array

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

protected getRows ( array $info, array $stats ) : array
$info array
$stats array
Результат array

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

protected getStringsRows ( array $info ) : array
$info array
Результат array