class asset
Methods
__construct(string $url, path_helper $path_helper, filesystem $filesystem)
Constructor |
||
set_url(string $url)
Set URL |
||
string |
get_url()
Get URL |
|
boolean |
is_relative()
Checks if URL is local and relative |
|
string |
get_path()
Get path component of current URL |
|
set_path(string $path, boolean $urlencode = false)
Set path component |
||
add_assets_version(string $version)
Add assets_version parameter to URL. |
Details
at line 33
public
__construct(string $url, path_helper $path_helper, filesystem $filesystem)
Constructor
at line 46
public
set_url(string $url)
Set URL
at line 122
public string
get_url()
Get URL
at line 132
public boolean
is_relative()
Checks if URL is local and relative
at line 147
public string
get_path()
Get path component of current URL
at line 158
public
set_path(string $path, boolean $urlencode = false)
Set path component
at line 197
public
add_assets_version(string $version)
Add assets_version parameter to URL.
Parameter will not be added if assets_version already exists in URL