ThemeFileLoader
extends FileLoader
in package
Table of Contents
- $theme : string|ThemeInterface
- extractAsset() : string|null
- Extract an asset
- init() : mixed
Properties
$theme
public
string|ThemeInterface
$theme
Methods
extractAsset()
Extract an asset
public
extractAsset(string $path) : string|null
Parameters
- $path : string
Return values
string|null —init()
public
init(Compiler $compiler) : mixed
Parameters
- $compiler : Compiler