JsonManifest
extends Plugin
in package
Table of Contents
- $name : string
- $compiler : mixed
- __construct() : mixed
- Constructor, configure this object's options
- defineEvents() : array<string|int, mixed>
- Define new events
- init() : mixed
- Initialize plugin
- writeManifest() : mixed
Properties
$name
public
string
$name
= 'manifest'
$compiler
protected
mixed
$compiler
Methods
__construct()
Constructor, configure this object's options
public
__construct([array<string|int, mixed> $options = [] ]) : mixed
Parameters
- $options : array<string|int, mixed> = []
Return values
mixed —defineEvents()
Define new events
public
defineEvents() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed> —init()
Initialize plugin
public
init(Compiler $compiler) : mixed
Parameters
- $compiler : Compiler
Return values
mixed —writeManifest()
public
writeManifest(Assets $assets) : mixed
Parameters
- $assets : Assets