PHP Interface ManaPHP\Mvc\Router\RouteInterface

Afficher le fichier Open project: manaphp/manaphp

Méthodes publiques

Méthode Description
getPaths ( ) : array Returns the paths
match ( string $uri ) : false | array

Method Details

getPaths() public méthode

Returns the paths
public getPaths ( ) : array
Résultat array

match() public méthode

public match ( string $uri ) : false | array
$uri string
Résultat false | array