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
React
Gifsocket
Router
PHP Class React\Gifsocket\Router
Afficher le fichier
Open project: reactphp/gifsocket
Méthodes publiques
Méthode
Description
__construct
(
array
$routes
)
__invoke
(
$request
,
$response
)
Méthodes protégées
Méthode
Description
handleNotFound
(
$request
,
$response
)
requestMatchesPattern
(
$request
,
$pattern
)
Method Details
__construct()
public
méthode
public
__construct
(
array
$routes
)
$routes
array
__invoke()
public
méthode
public
__invoke
(
$request
,
$response
)
handleNotFound()
protected
méthode
protected
handleNotFound
(
$request
,
$response
)
requestMatchesPattern()
protected
méthode
protected
requestMatchesPattern
(
$request
,
$pattern
)