PHP Class Backend\Modules\Location\Actions\Index

Inheritance: extends Backend\Core\Engine\Base\ActionIndex
Datei anzeigen Open project: forkcms/forkcms

Protected Properties

Property Type Description
$form Backend\Core\Engine\Form The settings form
$items array
$settings

Public Methods

Method Description
execute ( ) Execute the action

Protected Methods

Method Description
loadData ( ) Load the settings
loadSettingsForm ( ) Load the settings form
parse ( ) Parse the datagrid

Private Methods

Method Description
loadDataGrid ( ) Loads the datagrid

Method Details

execute() public method

Execute the action
public execute ( )

loadData() protected method

Load the settings
protected loadData ( )

loadSettingsForm() protected method

Load the settings form
protected loadSettingsForm ( )

parse() protected method

Parse the datagrid
protected parse ( )

Property Details

$form protected_oe property

The settings form
protected Form,Backend\Core\Engine $form
return Backend\Core\Engine\Form

$items protected_oe property

protected array $items
return array

$settings protected_oe property

protected $settings