PHP 클래스 Components\ReportBuilder\Controllers\Backend\ReportBuilderController

상속: extends Backend\AdminController
파일 보기 프로젝트 열기: doptor/doptor

공개 메소드들

메소드 설명
__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 )