PHP Class CacheTool\Command\ApcCacheInfoCommand

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

Protected Properties

Свойство Type Description
$apcFix

Méthodes protégées

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

getRows() protected méthode

protected getRows ( array $user, array $system ) : array
$user array
$system array
Résultat array

normalize() protected méthode

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

Property Details

$apcFix protected_oe static_oe property

protected static $apcFix