PHP Class CacheTool\Command\ApcCacheInfoCommand

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

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 $user, array $system ) : 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 $user, array $system ) : array
$user array
$system 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