PHP 클래스 KatanaValetDriver

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

공개 메소드들

메소드 설명
mutateUri ( string $uri ) : string Mutate the incoming URI.
serves ( string $sitePath, string $siteName, string $uri ) : void Determine if the driver serves the request.

메소드 상세

mutateUri() 공개 메소드

Mutate the incoming URI.
public mutateUri ( string $uri ) : string
$uri string
리턴 string

serves() 공개 메소드

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