class KeyList extends ElementController (View source)

Traits

Trait ApplicationAwareTrait A trait used with ApplicationAwareInterface

Properties

protected Application $app from  ApplicationAwareTrait
protected $helpers from  AbstractController
protected $sets from  AbstractController
protected $action from  AbstractController
protected $request from  AbstractController
protected $parameters from  AbstractController
protected $pkgHandle from  ElementController
protected $view from  ElementController
protected $dashboard_page_path
protected $dashboard_page_add_action
protected $dashboard_page_edit_action
protected $dashboard_page_sort_action
protected $dashboard_page_parameters
protected $enable_sorting
protected $attribute_sets
protected $unassigned_attribute_keys
protected $category
protected $types

Methods

setApplication(Application $app)

Setter method for the application

__construct()

No description

mixed
getRequest()

No description

setRequest(mixed $request)

No description

requireAsset()

No description

addHeaderItem(string $item)

Adds an item to the view's header. This item will then be automatically printed out before the section of the page.

addFooterItem(string $item)

Adds an item to the view's footer. This item will then be automatically printed out before the section of the page.

set($key, $val)

No description

getSets()

No description

getHelperObjects()

No description

get($key = null, $defaultValue = null)

No description

getTask()

No description

getAction()

No description

getParameters()

No description

on_start()

No description

on_before_render()

No description

isPost() deprecated

No description

post($key = null, $defaultValue = null)

No description

redirect()

No description

runTask($action, $parameters)

No description

runAction($action, $parameters = array())

No description

request($key = null)

No description

getElement()

No description

getViewObject()

No description

mixed
getPackageHandle()

No description

setPackageHandle(mixed $pkgHandle)

No description

render() deprecated

No description

bool
enableSorting()

No description

setEnableSorting(bool $enable_sorting)

No description

array
getAttributeSets()

No description

setAttributeSets(array $attribute_sets)

No description

array
getUnassignedAttributeKeys()

No description

setUnassignedAttributeKeys(array $unassigned_attribute_keys)

No description

mixed
getCategory()

No description

setCategory(CategoryInterface $category)

No description

array
getAttributeTypes()

No description

setAttributeTypes(array $types)

No description

getSortAttributeCategoryURL()

No description

getAddAttributeTypeURL(Type $type)

No description

view()

No description

mixed
getDashboardPagePath()

No description

setDashboardPagePath(mixed $dashboard_page_path)

No description

string
getDashboardPageSortAction()

No description

string
getDashboardPageAddAction()

No description

setDashboardPageAddAction(string $dashboard_page_add_action)

No description

array
getDashboardPageParameters()

No description

setDashboardPageParameters(array $dashboard_page_parameters)

No description

string
getDashboardPageEditAction()

No description

setDashboardPageEditAction(string $dashboard_page_edit_action)

No description

Details

setApplication(Application $app)

Setter method for the application

Parameters

Application $app

__construct()

No description

mixed getRequest()

No description

Return Value

mixed

setRequest(mixed $request)

No description

Parameters

mixed $request

requireAsset()

No description

addHeaderItem(string $item)

Adds an item to the view's header. This item will then be automatically printed out before the section of the page.

Parameters

string $item

addFooterItem(string $item)

Adds an item to the view's footer. This item will then be automatically printed out before the section of the page.

Parameters

string $item

set($key, $val)

No description

Parameters

$key
$val

getSets()

No description

shouldRunControllerTask()

No description

getHelperObjects()

No description

get($key = null, $defaultValue = null)

No description

Parameters

$key
$defaultValue

getTask()

No description

getAction()

No description

getParameters()

No description

on_start()

No description

on_before_render()

No description

isPost() deprecated

deprecated

No description

post($key = null, $defaultValue = null)

No description

Parameters

$key
$defaultValue

redirect()

No description

runTask($action, $parameters)

No description

Parameters

$action
$parameters

runAction($action, $parameters = array())

No description

Parameters

$action
$parameters

request($key = null)

No description

Parameters

$key

getElement()

No description

getViewObject()

No description

mixed getPackageHandle()

No description

Return Value

mixed

setPackageHandle(mixed $pkgHandle)

No description

Parameters

mixed $pkgHandle

render() deprecated

deprecated Consider using the Element class instead.

No description

bool enableSorting()

No description

Return Value

bool

setEnableSorting(bool $enable_sorting)

No description

Parameters

bool $enable_sorting

array getAttributeSets()

No description

Return Value

array

setAttributeSets(array $attribute_sets)

No description

Parameters

array $attribute_sets

array getUnassignedAttributeKeys()

No description

Return Value

array

setUnassignedAttributeKeys(array $unassigned_attribute_keys)

No description

Parameters

array $unassigned_attribute_keys

mixed getCategory()

No description

Return Value

mixed

setCategory(CategoryInterface $category)

No description

Parameters

CategoryInterface $category

array getAttributeTypes()

No description

Return Value

array

setAttributeTypes(array $types)

No description

Parameters

array $types

getSortAttributeCategoryURL()

No description

getAddAttributeTypeURL(Type $type)

No description

Parameters

Type $type

getEditAttributeKeyURL(AttributeKeyInterface $key)

No description

Parameters

AttributeKeyInterface $key

view()

No description

mixed getDashboardPagePath()

No description

Return Value

mixed

setDashboardPagePath(mixed $dashboard_page_path)

No description

Parameters

mixed $dashboard_page_path

string getDashboardPageSortAction()

No description

Return Value

string

string getDashboardPageAddAction()

No description

Return Value

string

setDashboardPageAddAction(string $dashboard_page_add_action)

No description

Parameters

string $dashboard_page_add_action

array getDashboardPageParameters()

No description

Return Value

array

setDashboardPageParameters(array $dashboard_page_parameters)

No description

Parameters

array $dashboard_page_parameters

string getDashboardPageEditAction()

No description

Return Value

string

setDashboardPageEditAction(string $dashboard_page_edit_action)

No description

Parameters

string $dashboard_page_edit_action