API Documentation

RenderData
in package
implements Arrayable

Contains data for the current page being rendered/compiled.

All public data here will be available in the Blade views through ManagesViewData::shareViewData().

Tags
see
Render

Table of Contents

Interfaces

Arrayable

Properties

$page  : HydePage
$route  : Route
$routeKey  : string

Methods

clearData()  : void
getPage()  : HydePage|null
getRoute()  : Route|null
getRouteKey()  : string|null
setPage()  : void
share()  : void
shareToView()  : void
toArray()  : Route|null, routeKey: string|null}

Properties

Methods

getRouteKey()

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

toArray()

public toArray() : Route|null, routeKey: string|null}
Return values
Route|null, routeKey: string|null}

        
On this page

Search results