PHP Class CacheTool\Command\ApcuCacheInfoCommand

Inheritance: extends AbstractCommand
Datei anzeigen Open project: gordalina/cachetool

Protected Properties

Property Type Description
$apcFix

Protected Methods

Method Description
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
getRows ( array $info ) : array
normalize ( array &$array ) Fix inconsistencies between APC and APCu

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

getRows() protected method

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

normalize() protected method

Fix inconsistencies between APC and APCu
protected normalize ( array &$array )
$array array

Property Details

$apcFix protected_oe static_oe property

protected static $apcFix