PHP Класс Components\ReportBuilder\Controllers\Backend\ReportBuilderController

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

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

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

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

Метод Описание
getReportGenerator ( $input ) Create the report generator for download

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

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

public __construct ( )

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

Display a listing of the form.
public create ( ) : Response
Результат Response

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

public destroy ( $id = null )

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

Download the report builder
public download ( $id )
$id

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

public edit ( $id )

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

public formatInput ( $input )

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

Get all the fields that are available in a module
public getModuleFields ( integer $id ) : array
$id integer Module ID
Результат array The fields in the module

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

Display a listing of the created report builders.
public index ( )

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

Get only the required fields from the input
public requiredFields ( array $input, integer $i ) : array
$input array Input
$i integer
Результат array

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

Create the report
public store ( ) : Response
Результат Response

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

public update ( $id )