PHP Класс Backend\Modules\FormBuilder\Actions\ExportData

Наследование: extends Backend\Core\Engine\Base\Action
Показать файл Открыть проект

Открытые методы

Метод Описание
execute ( ) Execute the action.

Приватные методы

Метод Описание
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.

Описание методов

execute() публичный Метод

Execute the action.
public execute ( )