Function __global->static_cache_current_url
Definitions
sources/static_cache.php
- Get the URL we are considering static caching against.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Returns
- The URL
- Type: URLPATH
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the URL we are considering static caching against.
*
* @return URLPATH The URL
*/
function static_cache_current_url() : string
* Get the URL we are considering static caching against.
*
* @return URLPATH The URL
*/
function static_cache_current_url() : string

