Output.sendPage
Output.sendPage($page) -> null
Description
Render a Page object to HTML and send it to the client as a response.
$page = Page.create({ ... }) Output.sendPage($page)
Render a Page object to HTML and send it to the client as a response.
$page = Page.create({ ... }) Output.sendPage($page)