PHP Class Backend\Modules\FormBuilder\Actions\Index

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

Public Methods

Method Description
execute ( ) Execute the action
parseNumForms ( integer $formId, integer $sentForms ) : string Parse amount of forms sent for the datagrid

Protected Methods

Method Description
parse ( ) Parse the datagrid and the reports

Private Methods

Method Description
loadDataGrid ( ) Load the datagrids

Method Details

execute() public method

Execute the action
public execute ( )

parse() protected method

Parse the datagrid and the reports
protected parse ( )

parseNumForms() public static method

Parse amount of forms sent for the datagrid
public static parseNumForms ( integer $formId, integer $sentForms ) : string
$formId integer Id of the form.
$sentForms integer Amount of sent forms.
return string