hyde()
Get the available HydeKernel instance.
hyde() : HydeKernel
Get the available HydeKernel instance.
hyde() : HydeKernel
Remove trailing slashes from the start and end of a string.
This function will be replaced by unslash() in v2.0
unslash(string $string) : string
Get a relative link or URL to an asset in the media directory.
asset(string $name[, bool $preferQualifiedUrl = false ]) : string
Get a page route instance by its key. Casting it to a string will return a relative link to the page.
route(string $key) : Route|null
Get a qualified URL to the supplied path if a base URL is set.
url([string $path = '' ]) : string