PHP Class Backend\Modules\FormBuilder\Actions\Data

Inheritance: extends Backend\Core\Engine\Base\ActionIndex
Datei anzeigen 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 the datagrid and the reports

Private Methods

Method Description
buildQuery ( ) : array Builds the query for this datagrid
getData ( ) Get the data
loadDataGrid ( ) Load the datagrids
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 the datagrid and the reports
protected parse ( )

Property Details

$frm protected_oe property

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