PHP 클래스 Asvae\ApiTester\Http\Controllers\AssetsController

상속: extends Illuminate\Routing\Controller
파일 보기 프로젝트 열기: asvae/laravel-api-tester

공개 메소드들

메소드 설명
font ( $file )
image ( $file )
index ( $file )

보호된 메소드들

메소드 설명
file ( $file, $root )
getFileContentType ( $file ) : mixed Figure out appropriate "Content-Type" header by filename.

메소드 상세

file() 보호된 메소드

protected file ( $file, $root )

font() 공개 메소드

public font ( $file )

getFileContentType() 보호된 메소드

Figure out appropriate "Content-Type" header by filename.
protected getFileContentType ( $file ) : mixed
$file
리턴 mixed

image() 공개 메소드

public image ( $file )

index() 공개 메소드

public index ( $file )