PHP Class Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand

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

Protected Properties

Property Type Description
$name

Protected Methods

Method 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 method

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

getTempKernel() protected method

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

getTempKernelSuffix() protected method

protected getTempKernelSuffix ( )

warmup() protected method

protected warmup ( $warmupDir )

Property Details

$name protected_oe property

protected $name