PHP Class CacheTool\Command\OpcacheStatusCommand

Inheritance: extends AbstractCommand
Afficher le fichier Open project: gordalina/cachetool Class Usage Examples

Méthodes protégées

Méthode 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 méthode

protected configure ( )

execute() protected méthode

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 méthode

protected getGeneralRows ( array $info ) : array
$info array
Résultat array

getOpcacheStatsRows() protected méthode

protected getOpcacheStatsRows ( array $stats ) : array
$stats array
Résultat array

getRows() protected méthode

protected getRows ( array $info, array $stats ) : array
$info array
$stats array
Résultat array

getStringsRows() protected méthode

protected getStringsRows ( array $info ) : array
$info array
Résultat array