class AssetCollection (View source)

The extension asset collection class.

Properties

static private $assets A multidimensional array for .css and .js files.

Methods

static array
get()

Return the asset array.

static 
merge(array $assets)

Multidimensionally merge assets.

Details

static array get()

Return the asset array.

Return Value

array the collected assets.

static merge(array $assets)

Multidimensionally merge assets.

Parameters

array $assets