AsseticBundle\Cli\BuildCommand::__construct PHP Method

__construct() public method

Constructor.
public __construct ( Service $assetic )
$assetic AsseticBundle\Service
    public function __construct(Service $assetic)
    {
        parent::__construct('build');
        $this->assetic = $assetic;
        $this->setDescription('Build all assets.');
    }