Property | Type | Description | |
---|---|---|---|
$time | string | The time string to append to the URL. |
Method | Description | |
---|---|---|
createUrl ( string $url = '', string $time = null ) : string | Create a cache busted URL. |
Method | Description | |
---|---|---|
getJoiner ( string $url = '' ) : string | Determine the joiner required to append the cache busting string. This checks if the URL contains query string params and returns the appropriate joiner. |