class EditKey extends Form (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 $back_button_url from  Form
protected $type from  Form
protected $dashboard_page_submit_action
protected $dashboard_page_parameters from  Form
protected $category from  Form
protected $key

Methods

setApplication(Application $app)

Setter method for the application

__construct(AttributeKeyInterface $key)

Initialize the instance.

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

from  Form
getViewObject()

No description

mixed
getPackageHandle()

No description

setPackageHandle(mixed $pkgHandle)

No description

render() deprecated

No description

mixed
getBackButtonUrl()

No description

from  Form
setBackButtonUrl(mixed $back_button_url)

No description

from  Form
mixed
getCategory()

No description

from  Form
setCategory(mixed $category)

No description

from  Form
array
getDashboardPageParameters()

No description

from  Form
setDashboardPageParameters(array $dashboard_page_parameters)

No description

from  Form
string
getDashboardPageSubmitAction()

No description

from  Form
setDashboardPageSubmitAction(string $dashboard_page_submit_action)

No description

from  Form
view()

No description

Details

setApplication(Application $app)

Setter method for the application

Parameters

Application $app

__construct(AttributeKeyInterface $key)

Initialize the instance.

Parameters

AttributeKeyInterface $key

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

mixed getBackButtonUrl()

No description

Return Value

mixed

setBackButtonUrl(mixed $back_button_url)

No description

Parameters

mixed $back_button_url

mixed getCategory()

No description

Return Value

mixed

setCategory(mixed $category)

No description

Parameters

mixed $category

array getDashboardPageParameters()

No description

Return Value

array

setDashboardPageParameters(array $dashboard_page_parameters)

No description

Parameters

array $dashboard_page_parameters

string getDashboardPageSubmitAction()

No description

Return Value

string

setDashboardPageSubmitAction(string $dashboard_page_submit_action)

No description

Parameters

string $dashboard_page_submit_action

view()

No description