Méthode | Description | |
---|---|---|
__construct ( ) | ||
create ( ) : Response | Display a listing of the form. | |
destroy ( $id = null ) | ||
download ( $id ) | Download the report builder | |
edit ( $id ) | ||
formatInput ( $input ) | ||
getModuleFields ( integer $id ) : array | Get all the fields that are available in a module | |
index ( ) | Display a listing of the created report builders. | |
requiredFields ( array $input, integer $i ) : array | Get only the required fields from the input | |
store ( ) : Response | Create the report | |
update ( $id ) |
Méthode | Description | |
---|---|---|
getReportGenerator ( $input ) | Create the report generator for download |
public create ( ) : Response | ||
Résultat | Response |
public getModuleFields ( integer $id ) : array | ||
$id | integer | Module ID |
Résultat | array | The fields in the module |