Searched refs:AssetCollection (Results 1 – 7 of 7) sorted by relevance
15 use Assetic\Asset\AssetCollection; alias43 $assets = new AssetCollection();46 $packageAssets = new AssetCollection();
17 use Assetic\Asset\AssetCollection; alias244 * @return AssetCollection249 $assets = new AssetCollection();
14 use Assetic\Asset\AssetCollection; alias151 * @return AssetCollection An asset collection334 …return new AssetCollection($assets, array(), null, isset($options['vars']) ? $options['vars'] : ar…
8 use Assetic\Asset\AssetCollection;12 $js = new AssetCollection(array(46 use Assetic\Asset\AssetCollection;52 $css = new AssetCollection(array(140 use Assetic\Asset\AssetCollection;144 $am->set('my_plugin', new AssetCollection(array(
46 * Updated AssetCollection to not add several time the same variable in path
22 class GlobAsset extends AssetCollection
24 class AssetCollection implements \IteratorAggregate, AssetCollectionInterface class