PHP Class Backend\Modules\FormBuilder\Actions\ExportData

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

Public Methods

Method Description
execute ( ) Execute the action.

Private Methods

Method Description
buildQuery ( ) : array Builds the query for this datagrid.
setFilter ( ) Sets the filter based on the $_GET array.
setItems ( ) Fetch data for this form from the database and reformat to csv rows.

Method Details

execute() public method

Execute the action.
public execute ( )