13 $table->column(
"Component",
"{component}",
true,
"width: 20%")
14 ->column(
"Priority",
"{priority}",
true,
"width: 10%; text-align: right")
15 ->column(
"Handler",
"{handler}",
true,
"width: 60%")
16 ->column(
"Exists?",
"<img src='/fakoli/images/{exists:on/off}.png' alt='{exists:Yes/No}'/>",
true,
"text-align: center");
static getEventHandlers()
Retrieve the event handler map.
static convertMap($map)
Converts and sorts a full event map.
static usingFeature()
Uses the specified framework feature(s).
static using()
Import the datamodels, views and manifest for the specified component(s).