PHP 클래스 Spatie\MediaLibrary\UrlGenerator\LocalUrlGenerator

상속: extends BaseUrlGenerator, implements Spatie\MediaLibrary\UrlGenerator\UrlGenerator
파일 보기 프로젝트 열기: spatie/laravel-medialibrary

공개 메소드들

메소드 설명
getPath ( ) : string * Get the path for the profile of a media item.
getUrl ( ) : string Get the url for the profile of a media item.
rawUrlEncodeFilename ( string $path = '' ) : string

보호된 메소드들

메소드 설명
getBaseMediaDirectory ( ) : Str * Get the directory where all files of the media item are stored.
getStoragePath ( ) : string * Get the path where the whole medialibrary is stored.
makeCompatibleForNonUnixHosts ( string $url ) : string

메소드 상세

getBaseMediaDirectory() 보호된 메소드

* Get the directory where all files of the media item are stored.
protected getBaseMediaDirectory ( ) : Str
리턴 Spatie\String\Str

getPath() 공개 메소드

* Get the path for the profile of a media item.
public getPath ( ) : string
리턴 string

getStoragePath() 보호된 메소드

* Get the path where the whole medialibrary is stored.
protected getStoragePath ( ) : string
리턴 string

getUrl() 공개 메소드

Get the url for the profile of a media item.
public getUrl ( ) : string
리턴 string

makeCompatibleForNonUnixHosts() 보호된 메소드

protected makeCompatibleForNonUnixHosts ( string $url ) : string
$url string
리턴 string

rawUrlEncodeFilename() 공개 메소드

public rawUrlEncodeFilename ( string $path = '' ) : string
$path string
리턴 string