October\Rain\Assetic\Asset\FileAsset

Overview

FileAsset represents an asset loaded from a file.

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

Protected Properties

protected string $source

source path

Show inherited protected properties

Inherited Protected Properties


Public Methods

public __construct()

public __construct(
    string $source,
    array $filters = [],
    string $sourceRoot = null,
    string $sourcePath = null,
    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