PHP 인터페이스 Plank\Mediable\UrlGenerators\UrlGeneratorInterface

저자: Sean Fraser ([email protected])
파일 보기 프로젝트 열기: plank/laravel-mediable

공개 메소드들

메소드 설명
getAbsolutePath ( ) : string Retrieve the absolute path to the file.
getUrl ( ) : string Get a Url to the file.
isPubliclyAccessible ( ) : boolean Check if the file is publicly accessible.
setMedia ( Media $media ) Set the media instance for which urls are being generated.

메소드 상세

getAbsolutePath() 공개 메소드

For local files this should return a path For remote files this should return a url
public getAbsolutePath ( ) : string
리턴 string

getUrl() 공개 메소드

Get a Url to the file.
public getUrl ( ) : string
리턴 string

isPubliclyAccessible() 공개 메소드

Disks configs should indicate this with the visibility key
public isPubliclyAccessible ( ) : boolean
리턴 boolean

setMedia() 공개 메소드

Set the media instance for which urls are being generated.
public setMedia ( Media $media )
$media Plank\Mediable\Media