Sass
extends Injectable
in package
Manage Sass compilation
Table of Contents
- __construct() : mixed
- Compile Sass
- globRecursive() : array<string|int, mixed>
- Browse recursivly a folder to get all main files
Methods
__construct()
Compile Sass
public
__construct([null|string $controller = null ][, null|string $actions = null ]) : mixed
Parameters
- $controller : null|string = null
- $actions : null|string = null
Return values
mixed —globRecursive()
Browse recursivly a folder to get all main files
public
static globRecursive(string $pattern, null|int $flags) : array<string|int, mixed>
Parameters
- $pattern : string
-
Pattern of the path
- $flags : null|int
Return values
array<string|int, mixed> —Paths of the main files found