API Documentation

Render extends Facade
in package

Manages data for the current page being rendered/compiled.

Tags
see
RenderData

Table of Contents

Methods

clearData()  : void
getPage()  : HydePage|null
getRoute()  : Route|null
getRouteKey()  : string|null
setPage()  : void
share()  : void
shareToView()  : void
getFacadeAccessor()  : class-string

Methods

clearData()

public static clearData() : void

getRouteKey()

public static getRouteKey() : string|null
Return values
string|null

share()

public static share(string $key, mixed $value) : void
Parameters
$key : string
$value : mixed

shareToView()

public static shareToView() : void

getFacadeAccessor()

protected static getFacadeAccessor() : class-string
Return values
class-string

        
On this page

Search results