Page

Extends

Page Interface provided by System to describe 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.

Meta of the page Array Key is used as Meta to be written. The string is Split by the last "_". meta_samplepage_description will resolve to meta['description']

meta() : array
static

Response

array

Returns array with metastrings for the page.

Tile of the page

title() : string
static

Response

string

Returns the title for the page.