Documentation

layout_essentials.php

This file holds essential parts fot the framework that will be pasted into the layout.

Table of Contents

essentialsHead()  : mixed
Call this to paste the essential head part of a page into the layout
essentialsBody()  : mixed
Call this to paste the essential body part of a page into the layout

Functions

essentialsHead()

Call this to paste the essential head part of a page into the layout

essentialsHead(object $opt, mixed $customBootstrap) : mixed
Parameters
$opt : object

Object holding options for rendering

$customBootstrap : mixed
Return values
mixed

essentialsBody()

Call this to paste the essential body part of a page into the layout

essentialsBody(object $opt) : mixed
Parameters
$opt : object

Object holding options for rendering

Return values
mixed

Search results