PHP Class KatanaValetDriver

Inheritance: extends BasicValetDriver
Mostrar archivo Open project: cpriego/valet-ubuntu

Public Methods

Method Description
mutateUri ( string $uri ) : string Mutate the incoming URI.
serves ( string $sitePath, string $siteName, string $uri ) : void Determine if the driver serves the request.

Method Details

mutateUri() public method

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

serves() public method

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