Represents a static asset (image, script, stylesheet, etc.).

Represents an asset backed by a local file.

Maps asset references to files within a specified local directory.

Static helper class providing utility functions for working with assets.

Defines the contract for resolving asset references to Asset objects.

Manages a collection of named asset Mappers and provides a central point for retrieving Assets using qualified references (mapper:reference).

Latte extension that provides asset-related functions:

  • asset(): returns asset URL
  • assetWidth(): returns image width
  • assetHeight(): returns image height

Dependency injection extension that integrates asset management into Nette application.