PHP 클래스 WordPressValetDriver

상속: extends BasicValetDriver
파일 보기 프로젝트 열기: laravel/valet

공개 메소드들

메소드 설명
frontControllerPath ( string $sitePath, string $siteName, string $uri ) : string Get the fully resolved path to the application's front controller.
serves ( string $sitePath, string $siteName, string $uri ) : boolean Determine if the driver serves the request.

비공개 메소드들

메소드 설명
forceTrailingSlash ( string $uri ) : string Redirect to uri with trailing slash.

메소드 상세

frontControllerPath() 공개 메소드

Get the fully resolved path to the application's front controller.
public frontControllerPath ( string $sitePath, string $siteName, string $uri ) : string
$sitePath string
$siteName string
$uri string
리턴 string

serves() 공개 메소드

Determine if the driver serves the request.
public serves ( string $sitePath, string $siteName, string $uri ) : boolean
$sitePath string
$siteName string
$uri string
리턴 boolean