Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
KatanaValetDriver
PHP Class KatanaValetDriver
Inheritance:
extends
BasicValetDriver
Afficher le fichier
Open project: cpriego/valet-ubuntu
Méthodes publiques
Méthode
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
méthode
Mutate the incoming URI.
public
mutateUri
(
string
$uri
) :
string
$uri
string
Résultat
string
serves()
public
méthode
Determine if the driver serves the request.
public
serves
(
string
$sitePath
,
string
$siteName
,
string
$uri
) :
void
$sitePath
string
$siteName
string
$uri
string
Résultat
void