PHP Класс Hostnet\Bundle\WebpackBundle\Command\CompileCommand

Автор: Harold Iedema ([email protected])
Наследование: extends Symfony\Component\Console\Command\Command
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( CacheGuard $guard ) Create and configure webpack:compile command.

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

Метод Описание
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) Execute the webpack:compile command (basicly forwards the logic to CacheGuard::validate).

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

__construct() публичный Метод

Create and configure webpack:compile command.
public __construct ( CacheGuard $guard )
$guard Hostnet\Component\Webpack\Asset\CacheGuard Guards the cache and is able to rebuild/update it.

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

{@inheritDoc}
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