PHP Класс Symfony\Bundle\AsseticBundle\Command\DumpCommand

Автор: Kris Wallsmith ([email protected])
Наследование: extends Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand
Показать файл Открыть проект Примеры использования класса

Защищенные методы

Метод Описание
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 )

Приватные методы

Метод Описание
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.

Описание методов

configure() защищенный Метод

protected configure ( )

execute() защищенный Метод

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