PHP 클래스 Plank\Mediable\UrlGenerators\LocalUrlGenerator

저자: Sean Fraser ([email protected])
상속: extends BaseUrlGenerator
파일 보기 프로젝트 열기: plank/laravel-mediable 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$url Illuminate\Routing\UrlGenerator

공개 메소드들

메소드 설명
__construct ( Illuminate\Contracts\Config\Repository $config, UrlGenerator $url ) Constructor.
getAbsolutePath ( )
getPublicPath ( ) : string Get the path to relative to the webroot.
getUrl ( )
isPubliclyAccessible ( )

보호된 메소드들

메소드 설명
cleanDirectorySeparators ( string $path ) : string Correct directory separator slashes on non-unix systems.

비공개 메소드들

메소드 설명
isInWebroot ( )

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( Illuminate\Contracts\Config\Repository $config, UrlGenerator $url )
$config Illuminate\Contracts\Config\Repository
$url Illuminate\Routing\UrlGenerator

cleanDirectorySeparators() 보호된 메소드

Correct directory separator slashes on non-unix systems.
protected cleanDirectorySeparators ( string $path ) : string
$path string
리턴 string

getAbsolutePath() 공개 메소드

public getAbsolutePath ( )

getPublicPath() 공개 메소드

Get the path to relative to the webroot.
public getPublicPath ( ) : string
리턴 string

getUrl() 공개 메소드

public getUrl ( )

isPubliclyAccessible() 공개 메소드

프로퍼티 상세

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

protected UrlGenerator,Illuminate\Routing $url
리턴 Illuminate\Routing\UrlGenerator