PHP Class Symfony\Bundle\AsseticBundle\Command\DumpCommand

Author: Kris Wallsmith ([email protected])
Inheritance: extends Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand
Show file Open project: pmjones/php-framework-benchmarks Class Usage Examples

Protected Methods

Method Description
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
initialize ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

Private Methods

Method Description
checkAsset ( string $name, array &$previously ) : boolean Checks if an asset should be dumped.
doDump ( Assetic\Asset\AssetInterface $asset, Symfony\Component\Console\Output\OutputInterface $output ) Performs the asset dump.
dumpAsset ( string $name, Symfony\Component\Console\Output\OutputInterface $output ) Writes an asset.
watch ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) Watches a asset manager for changes.

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

initialize() protected method

protected initialize ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface