class Document implements Renderable
A view which renders a HTML skeleton for Flarum's frontend app.
class Document implements Renderable
A view which renders a HTML skeleton for Flarum's frontend app.
__construct(Factory $view, array $forumApiDocument, ServerRequestInterface $request)
string
render()
protected View
makeView()
protected string
makeTitle()
protected View
makeLayout()
protected View
makeContent()
protected array
makePreloads()
protected string
makeHead()
protected string
makeJs()
protected string
makeFoot()
array
getForumApiDocument()
setForumApiDocument(array $forumApiDocument)