class ProgressContext extends AbstractPortletContext

Properties

protected ListsController|null $mod from  AbstractPortletContext

Methods

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

No description

getContextOption(ListProperties $list)

No description

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

No description

Details

at line 86
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)

No description

Parameters

ListProperties $list

Return Value

Option

at line 54
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