PHP Class CacheTool\Command\OpcacheStatusCommand

Inheritance: extends AbstractCommand
Datei anzeigen Open project: gordalina/cachetool Class Usage Examples

Protected Methods

Method Description
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

Method Details

configure() protected method

protected configure ( )

execute() protected method

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 method

protected getGeneralRows ( array $info ) : array
$info array
return array

getOpcacheStatsRows() protected method

protected getOpcacheStatsRows ( array $stats ) : array
$stats array
return array

getRows() protected method

protected getRows ( array $info, array $stats ) : array
$info array
$stats array
return array

getStringsRows() protected method

protected getStringsRows ( array $info ) : array
$info array
return array