RdbAdmin Module

ModuleAssets
in package

Module assets data.

Tags
since
0.1

Table of Contents

Properties

$Container  : Container

Methods

__construct()  : mixed
Class constructor.
getModuleAssets()  : array<string|int, mixed>
Get module's assets list.

Properties

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
see
Assets::addMultipleAssets()

See \Rdb\Modules\RdbAdmin\Libraries\Assets class at addMultipleAssets() method for data structure.

Return values
array<string|int, mixed>

Return associative array with css and js key with its values.


        
On this page

Search results