PHP 클래스 CsCartValetDriver

상속: extends ValetDriver
파일 보기 프로젝트 열기: cpriego/valet-ubuntu

보호된 프로퍼티들

프로퍼티 타입 설명
$admin
$customer

공개 메소드들

메소드 설명
frontControllerPath ( string $sitePath, string $siteName, string $uri ) : string Get the fully resolved path to the application's front controller.
isStaticFile ( string $sitePath, string $siteName, string $uri ) : string | false Determine if the incoming request is for a static file.
serves ( string $sitePath, string $siteName, string $uri ) : boolean Determine if the driver serves the request.

보호된 메소드들

메소드 설명
initCsCartConfiguration ( $sitePath )
validateInstallUrl ( $uri )

메소드 상세

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

initCsCartConfiguration() 보호된 메소드

protected initCsCartConfiguration ( $sitePath )

isStaticFile() 공개 메소드

Determine if the incoming request is for a static file.
public isStaticFile ( string $sitePath, string $siteName, string $uri ) : string | false
$sitePath string
$siteName string
$uri string
리턴 string | false

serves() 공개 메소드

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

validateInstallUrl() 보호된 메소드

protected validateInstallUrl ( $uri )

프로퍼티 상세

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

protected $admin

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

protected $customer