PHP Class Backend\Modules\Locale\Actions\Index

Inheritance: extends Backend\Core\Engine\Base\ActionIndex
Show file Open project: forkcms/forkcms

Protected Properties

Property Type Description
$frm Backend\Core\Engine\Form The form instance

Public Methods

Method Description
execute ( ) Execute the action

Protected Methods

Method Description
parse ( ) Parse & display the page

Private Methods

Method Description
loadDataGrid ( ) Load the datagrid
loadForm ( ) Load the form
setFilter ( ) Sets the filter based on the $_GET array.

Method Details

execute() public method

Execute the action
public execute ( )

parse() protected method

Parse & display the page
protected parse ( )

Property Details

$frm protected property

The form instance
protected Form,Backend\Core\Engine $frm
return Backend\Core\Engine\Form