class TemplateContext 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 79
string|null getContent(ListProperties $list, array $portletConfig)

No description

Parameters

ListProperties $list
array $portletConfig

Return Value

string|null

Exceptions

Exception

at line 22
Option getContextOption(ListProperties $list)

No description

Parameters

ListProperties $list

Return Value

Option

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

No description

Parameters

ListProperties $list
array $fdl
array $portletConfig

Return Value

void

Exceptions

Exception

AbstractPortletContext setMod(ListsController $controller)

No description

Parameters

ListsController $controller

Return Value

AbstractPortletContext