An asset has a mutable URL and content and can be loaded and dumped.
@author Kris Wallsmith <kris.wallsmith@gmail.com>
Expanded class hierarchy of AssetInterface
All classes that implement AssetInterface
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
AssetInterface:: |
public | function | Clears all filters from the current asset. | 4 |
AssetInterface:: |
public | function | Applies dump filters and returns the asset as a string. | 4 |
AssetInterface:: |
public | function | Ensures the current asset includes the supplied filter. | 4 |
AssetInterface:: |
public | function | Returns the loaded content of the current asset. | 4 |
AssetInterface:: |
public | function | Returns an array of filters currently applied. | 4 |
AssetInterface:: |
public | function | Returns the time the current asset was last modified. | 6 |
AssetInterface:: |
public | function | Returns the relative path for the source asset. | 4 |
AssetInterface:: |
public | function | Returns an absolute path or URL to the source asset's root directory. | 4 |
AssetInterface:: |
public | function | Returns the URL for the current asset. | 4 |
AssetInterface:: |
public | function | Returns the current values for this asset. | 4 |
AssetInterface:: |
public | function | Returns an array of variable names for this asset. | 4 |
AssetInterface:: |
public | function | Loads the asset into memory and applies load filters. | 6 |
AssetInterface:: |
public | function | Sets the content of the current asset. | 4 |
AssetInterface:: |
public | function | Sets the URL for the current asset. | 4 |
AssetInterface:: |
public | function | Sets the values for the asset's variables. | 4 |