PHP 클래스 Components\ReportGenerator\Controllers\Backend\ReportGeneratorController

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

공개 메소드들

메소드 설명
__construct ( )
create ( ) : Response Display a listing of the form.
destroy ( $id = null )
getGenerate ( $id )
getModules ( object $modules, array $input ) : object Get modules along with data
index ( ) Display a listing of the installed report generators.
postGenerate ( $id )
store ( ) : Response Create the report

비공개 메소드들

메소드 설명
csvReport ( array $input, $generator ) : string Generate a CSV report
moduleEntries ( array $input, Collection $module ) : Collection Get the entries based on the input
pdfReport ( array $input, $generator ) : string Generate a PDF report
printHtml ( array $input, $generator ) : View Generate a HTML document for printing

메소드 상세

__construct() 공개 메소드

public __construct ( )

create() 공개 메소드

Display a listing of the form.
public create ( ) : Response
리턴 Response

destroy() 공개 메소드

public destroy ( $id = null )

getGenerate() 공개 메소드

public getGenerate ( $id )

getModules() 공개 메소드

Get modules along with data
public getModules ( object $modules, array $input ) : object
$modules object
$input array
리턴 object

index() 공개 메소드

Display a listing of the installed report generators.
public index ( )

postGenerate() 공개 메소드

public postGenerate ( $id )

store() 공개 메소드

Create the report
public store ( ) : Response
리턴 Response