PHP Класс AsseticBundle\Cli\SetupCommand

Наследование: extends Symfony\Component\Console\Command\Command
Показать файл Открыть проект

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

Метод Описание
__construct ( Service $assetic ) Constructor.

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

Метод Описание
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : null | integer Executes the current command.

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

Метод Описание
createPath ( Symfony\Component\Console\Output\OutputInterface $output, string $which, string $path, integer $mode ) : boolean Creates a path with the needed permissions

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

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

Constructor.
public __construct ( Service $assetic )
$assetic AsseticBundle\Service

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

Executes the current command.
protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : null | integer
$input Symfony\Component\Console\Input\InputInterface An InputInterface instance
$output Symfony\Component\Console\Output\OutputInterface An OutputInterface instance
Результат null | integer null or 0 if everything went fine, or an error code