Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
SculpinValetDriver
PHP Class SculpinValetDriver
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
) :
boolean
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
) :
boolean
$sitePath
string
$siteName
string
$uri
string
return
boolean