VuFind API Documentation

ScssBuilderCommand extends AbstractCssBuilderCommand
in package

Console command: build CSS from SCSS.

Tags
category

VuFind

author

Demian Katz demian.katz@villanova.edu

license

http://opensource.org/licenses/gpl-2.0.php GNU General Public License

link

Wiki

Table of Contents

$cacheDir  : string
Cache directory for compiler
$format  : string
Name of precompiler format
__construct()  : mixed
Constructor
configure()  : void
Configure the command.
execute()  : int
Run the command.
getCompiler()  : ScssCompiler
Build the LESS compiler.

Properties

Methods

__construct()

Constructor

public __construct(string $cacheDir[, string|null $name = null ]) : mixed
Parameters
$cacheDir : string

Cache directory for compiler

$name : string|null = null

The name of the command; passing null means it must be set in configure()

Return values
mixed

execute()

Run the command.

protected execute(InputInterface $input, OutputInterface $output) : int
Parameters
$input : InputInterface

Input object

$output : OutputInterface

Output object

Return values
int

0 for success

Search results