October\Rain\Assetic\Asset\GlobAsset

Overview

GlobAsset is a collection of assets loaded by glob.

Extends
Implements
  • October\Rain\Assetic\Asset\AssetInterface
  • Traversable
  • October\Rain\Assetic\Asset\AssetCollectionInterface
  • IteratorAggregate

Protected Properties

protected mixed $globs

protected mixed $initialized

Show inherited protected properties

Inherited Protected Properties


Public Methods

public __construct()

public __construct(
    string|array $globs,
    array $filters = [],
    string $root = null,
    array $vars = []
): void

public all()

public all(): void

public dump()

public dump($additionalFilter = null): void

public getIterator()

public getIterator(): Traversable 

public getLastModified()

public getLastModified(): void

public load()

public load($additionalFilter = null): void

public setValues()

public setValues($values): void

Show inherited public methods

Inherited Public Methods