trait AssetAwareTrait (View source)

The AssetAwareTrait class.

Methods

getAsset()

Method to get property Asset

setAsset(AssetManager $asset)

Method to set property asset

Details

at line line 30
AssetManager getAsset()

Method to get property Asset

Return Value

AssetManager

at line line 42
AssetAwareTrait setAsset(AssetManager $asset)

Method to set property asset

Parameters

AssetManager $asset

Return Value

AssetAwareTrait Return self to support chaining.