class AssetManager

Properties

protected array<string,string> $assets

Methods

__construct(Container $container, LocaleManager $locales)

No description

frontend(string $frontend)

No description

array
all()

No description

void
register(string $frontend, string $abstract)

No description

void
flushJs()

No description

Details

__construct(Container $container, LocaleManager $locales)

Parameters

Container $container
LocaleManager $locales

Assets frontend(string $frontend)

Parameters

string $frontend

Return Value

Assets

array all()

Return Value

array

Exceptions

BindingResolutionException

void register(string $frontend, string $abstract)

Parameters

string $frontend
string $abstract

Return Value

void

void flushJs()

Return Value

void