View.viewRaw

Retrieves a raw view by name. This wraps around getView.

class View
final
viewRaw
(
string name
)
(
bool checkRoute = false
)

Parameters

name

The name of the view to retrieve.

checkRoute bool

Boolean determining whether the name should be checked upon default routes. (Value doesn't matter if it isn't a webserver.)

Return Value

Type: auto

The view.

Meta