AsseticBundle\Cli\SetupCommand::__construct PHP Method

__construct() public method

Constructor.
public __construct ( Service $assetic )
$assetic AsseticBundle\Service
    public function __construct(Service $assetic)
    {
        parent::__construct('setup');
        $this->assetic = $assetic;
        $this->setDescription('Create cache and assets directories with valid permissions.');
    }