PHP 클래스 BookStack\Services\UploadService

파일 보기 프로젝트 열기: ssddanbrown/bookstack 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$fileSystem Illuminate\Contracts\Filesystem\Factory
$storageInstance Illuminate\Contracts\Filesystem\Filesystem

공개 메소드들

메소드 설명
__construct ( Illuminate\Contracts\Filesystem\Factory $fileSystem ) FileService constructor.

보호된 메소드들

메소드 설명
getStorage ( ) : Illuminate\Contracts\Filesystem\Filesystem Get the storage that will be used for storing images.
isFolderEmpty ( $path ) : boolean Check whether or not a folder is empty.
isLocal ( ) : boolean Check if using a local filesystem.

메소드 상세

__construct() 공개 메소드

FileService constructor.
public __construct ( Illuminate\Contracts\Filesystem\Factory $fileSystem )
$fileSystem Illuminate\Contracts\Filesystem\Factory

getStorage() 보호된 메소드

Get the storage that will be used for storing images.
protected getStorage ( ) : Illuminate\Contracts\Filesystem\Filesystem
리턴 Illuminate\Contracts\Filesystem\Filesystem

isFolderEmpty() 보호된 메소드

Check whether or not a folder is empty.
protected isFolderEmpty ( $path ) : boolean
$path
리턴 boolean

isLocal() 보호된 메소드

Check if using a local filesystem.
protected isLocal ( ) : boolean
리턴 boolean

프로퍼티 상세

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

protected Factory,Illuminate\Contracts\Filesystem $fileSystem
리턴 Illuminate\Contracts\Filesystem\Factory

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

protected Filesystem,Illuminate\Contracts\Filesystem $storageInstance
리턴 Illuminate\Contracts\Filesystem\Filesystem