ModuleAssets
in package
Module assets data.
Tags
Table of Contents
Properties
- $Container : Container
Methods
- __construct() : mixed
- Class constructor.
- getModuleAssets() : array<string|int, mixed>
- Get module's assets list.
Properties
$Container
protected
Container
$Container
Methods
__construct()
Class constructor.
public
__construct(Container $Container) : mixed
Parameters
- $Container : Container
-
The DI container class.
getModuleAssets()
Get module's assets list.
public
getModuleAssets() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed> —Return associative array with css
and js
key with its values.