Css
class Css extends Asset (View source)
Properties
protected string | $id | from Asset | |
protected bool | $isLoadedOnRequest | from Asset | |
protected string | $package | from Asset | |
protected string|null | $path | from Asset | |
protected Htmlable|Closure|null | $html |
Methods
string
getPublicPath()
No description
string
getHref()
No description
Htmlable
getHtml()
No description
string
getRelativePublicPath()
No description
Details
in
Asset at line 18
final
__construct(string $id, string|null $path = null)
No description
in
Asset at line 24
static Asset
make(string $id, string|null $path = null)
No description
in
Asset at line 29
Asset
loadedOnRequest(bool $condition = true)
No description
in
Asset at line 36
string
getId()
No description
in
Asset at line 41
Asset
package(string $package)
No description
in
Asset at line 48
string
getPackage()
No description
in
Asset at line 53
string
getPath()
No description
in
Asset at line 58
bool
isRemote()
No description
in
Asset at line 63
string
getVersion()
No description
in
Asset at line 72
bool
isLoadedOnRequest()
No description
string
getPublicPath()
No description
Css
html(Htmlable|Closure|null $html)
No description
string
getHref()
No description
Htmlable
getHtml()
No description
string
getRelativePublicPath()
No description