class ScriptManager (View source)

The Script class.

Traits

The AssetAwareTrait class.

Methods

getAsset()

Method to get property Asset

setAsset(AssetManager $asset)

Method to set property asset

__construct(AssetManager $asset)

ScriptManager constructor.

bool
inited(string $name, mixed $data)

inited

string
getInitedId(mixed $data)

getInitedId

Details

AssetManager getAsset()

Method to get property Asset

Return Value

AssetManager

AssetAwareTrait setAsset(AssetManager $asset)

Method to set property asset

Parameters

AssetManager $asset

Return Value

AssetAwareTrait Return self to support chaining.

at line line 32
__construct(AssetManager $asset)

ScriptManager constructor.

Parameters

AssetManager $asset

at line line 45
bool inited(string $name, mixed $data)

inited

Parameters

string $name
mixed $data

Return Value

bool

at line line 66
string getInitedId(mixed $data)

getInitedId

Parameters

mixed $data

Return Value

string