class BrowserState (View source)

A container for the state the media browser is in.

Properties

protected string $activeAssetSourceIdentifier
protected array $data

Methods

void
set(string $key, mixed $value)

Set a $value for $key

mixed
get(string $key)

Return a value for $key.

string
setActiveAssetSourceIdentifier(string $activeAssetSourceIdentifier)

No description

Details

void set(string $key, mixed $value)

Set a $value for $key

Parameters

string $key
mixed $value

Return Value

void

mixed get(string $key)

Return a value for $key.

Parameters

string $key

Return Value

mixed

string getActiveAssetSourceIdentifier()

No description

Return Value

string

setActiveAssetSourceIdentifier(string $activeAssetSourceIdentifier)

No description

Parameters

string $activeAssetSourceIdentifier