PHP Class Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand

Author: Francis Besset ([email protected])
Author: Fabien Potencier ([email protected])
Inheritance: extends Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand
Afficher le fichier Open project: pmjones/php-framework-benchmarks Class Usage Examples

Protected Properties

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

Méthodes protégées

Méthode Description
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
getTempKernel ( Symfony\Component\HttpKernel\KernelInterface $parent, $namespace, $class, $warmupDir )
getTempKernelSuffix ( )
warmup ( $warmupDir )

Method Details

configure() protected méthode

See also: Command
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

getTempKernel() protected méthode

protected getTempKernel ( Symfony\Component\HttpKernel\KernelInterface $parent, $namespace, $class, $warmupDir )
$parent Symfony\Component\HttpKernel\KernelInterface

getTempKernelSuffix() protected méthode

protected getTempKernelSuffix ( )

warmup() protected méthode

protected warmup ( $warmupDir )

Property Details

$name protected_oe property

protected $name