class DateContext extends AbstractPortletContext

Properties

protected ListsController|null $mod from  AbstractPortletContext

Methods

string|null
getContent(ListProperties $list, array $portletConfig)

No description

getContextOption(ListProperties $list)

Does this list contain any date-like fields and is this context / date portlet available for the selected list?

void
setConfig(ListProperties $list, array $fdl, array $portletConfig)

No description

Details

at line 112
string|null getContent(ListProperties $list, array $portletConfig)

No description

Parameters

ListProperties $list
array $portletConfig

Return Value

string|null

at line 21
Option getContextOption(ListProperties $list)

Does this list contain any date-like fields and is this context / date portlet available for the selected list?

Parameters

ListProperties $list

Return Value

Option

at line 43
void setConfig(ListProperties $list, array $fdl, array $portletConfig)

No description

Parameters

ListProperties $list
array $fdl
array $portletConfig

Return Value

void

AbstractPortletContext setMod(ListsController $controller)

No description

Parameters

ListsController $controller

Return Value

AbstractPortletContext