Render
extends Facade
in package
Manages data for the current page being rendered/compiled.
Tags
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
getPage()
public
static getPage() : HydePage|null
Return values
HydePage|nullgetRoute()
public
static getRoute() : Route|null
Return values
Route|nullgetRouteKey()
public
static getRouteKey() : string|null
Return values
string|nullsetPage()
public
static setPage([HydePage $page = ]) : void
Parameters
- $page : HydePage =
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