DefaultPage

Extends

DefaultPage Interface provided by System to describe default page functions.

package

SYSTEM\PAGE

Methods

Css files to be loaded for this page

css() : array
static

Response

array

Returns array with filepaths of css to be loaded.

Html content of the page

html() : string

Response

string

Returns html of the page.

Js files to be loaded for this page

js() : array
static

Response

array

Returns array with filepaths of js to be loaded.