-
Notifications
You must be signed in to change notification settings - Fork 1
SYSTEM PAGE DefaultPage
Ulf Gebhardt edited this page Jul 25, 2017
·
1 revision
DefaultPage Interface provided by System to describe default page functions.
- Interface name: DefaultPage
- Namespace: SYSTEM\PAGE
- This is an interface
string SYSTEM\PAGE\DefaultPage::html()
Html content of the page
- Visibility: public
array SYSTEM\PAGE\DefaultPage::js()
Js files to be loaded for this page
- Visibility: public
- This method is static.
array SYSTEM\PAGE\DefaultPage::css()
Css files to be loaded for this page
- Visibility: public
- This method is static.