October\Rain\Assetic\Asset\HttpAsset

Overview

HttpAsset represents an asset loaded via an HTTP request.

Extends
Implements
  • October\Rain\Assetic\Asset\AssetInterface

Protected Properties

protected mixed $sourceUrl

protected mixed $ignoreErrors

Show inherited protected properties

Inherited Protected Properties


Public Methods

public __construct()

public __construct(
    string $sourceUrl,
    array $filters = [],
    bool $ignoreErrors = false,
    array $vars = []
): void

__construct

public getLastModified()

public getLastModified(): void

public load()

public load($additionalFilter = null): void

Show inherited public methods

Inherited Public Methods

Protected Methods

Show inherited protected methods

Inherited Protected Methods