interface Asset

Represents a web asset (image, script, stylesheet, font, etc.).

Properties

string read-only $url

The public URL

?string read-only $file

The local file path if available

Methods

string
__toString()

Returns the asset URL.

Details

at line 19
string __toString()

Returns the asset URL.

Return Value

string