PHP 클래스 Yab\Quarx\Controllers\AssetController

상속: extends QuarxController
파일 보기 프로젝트 열기: YABhq/Quarx

보호된 프로퍼티들

프로퍼티 타입 설명
$mimeTypes

공개 메소드들

메소드 설명
asDownload ( string $encFileName, string $encRealFileName, Illuminate\Filesystem\Filesystem $fileSystem ) : Downlaod Provide file as download.
asPreview ( string $encFileName, Illuminate\Filesystem\Filesystem $fileSystem ) : Download Provide the File as a Public Preview.
asPublic ( string $encFileName, Illuminate\Filesystem\Filesystem $fileSystem ) : Download Provide the File as a Public Asset.
asset ( string $encPath, string $contentType, Illuminate\Filesystem\Filesystem $fileSystem ) : Provides Gets an asset.
getMimeType ( string $extension ) : string Get the mime type.

메소드 상세

asDownload() 공개 메소드

Provide file as download.
public asDownload ( string $encFileName, string $encRealFileName, Illuminate\Filesystem\Filesystem $fileSystem ) : Downlaod
$encFileName string
$encRealFileName string
$fileSystem Illuminate\Filesystem\Filesystem
리턴 Downlaod

asPreview() 공개 메소드

Provide the File as a Public Preview.
public asPreview ( string $encFileName, Illuminate\Filesystem\Filesystem $fileSystem ) : Download
$encFileName string
$fileSystem Illuminate\Filesystem\Filesystem
리턴 Download

asPublic() 공개 메소드

Provide the File as a Public Asset.
public asPublic ( string $encFileName, Illuminate\Filesystem\Filesystem $fileSystem ) : Download
$encFileName string
$fileSystem Illuminate\Filesystem\Filesystem
리턴 Download

asset() 공개 메소드

Gets an asset.
public asset ( string $encPath, string $contentType, Illuminate\Filesystem\Filesystem $fileSystem ) : Provides
$encPath string
$contentType string
$fileSystem Illuminate\Filesystem\Filesystem
리턴 Provides the valid

getMimeType() 공개 메소드

Get the mime type.
public getMimeType ( string $extension ) : string
$extension string
리턴 string

프로퍼티 상세

$mimeTypes 보호되어 있는 프로퍼티

protected $mimeTypes