Scss
extends Injectable
in package
Manage sass generation
Table of Contents
- __construct() : mixed
- Generate sass
- create() : void
- Create template files
Methods
__construct()
Generate sass
public
__construct(string $controller[, null|string $actions = null ]) : mixed
Parameters
- $controller : string
-
Controller name
- $actions : null|string = null
Return values
mixed —create()
Create template files
private
create(string $target, string $controller[, null|string $action = null ]) : void
Parameters
- $target : string
-
Target file path
- $controller : string
-
Controller name
- $action : null|string = null