PHP Class AsseticBundle\Cli\BuildCommand

Inheritance: extends Symfony\Component\Console\Command\Command
Afficher le fichier Open project: widmogrod/zf2-assetic-module

Méthodes publiques

Méthode Description
__construct ( Service $assetic ) Constructor.

Méthodes protégées

Méthode Description
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : null | integer Executes the current command.

Method Details

__construct() public méthode

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

execute() protected méthode

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
Résultat null | integer null or 0 if everything went fine, or an error code