PHP Class Backend\Modules\Locale\Actions\Index

Inheritance: extends Backend\Core\Engine\Base\ActionIndex
Afficher le fichier Open project: forkcms/forkcms

Protected Properties

Свойство Type Description
$frm Backend\Core\Engine\Form The form instance

Méthodes publiques

Méthode Description
execute ( ) Execute the action

Méthodes protégées

Méthode Description
parse ( ) Parse & display the page

Private Methods

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

Method Details

execute() public méthode

Execute the action
public execute ( )

parse() protected méthode

Parse & display the page
protected parse ( )

Property Details

$frm protected_oe property

The form instance
protected Form,Backend\Core\Engine $frm
Résultat Backend\Core\Engine\Form