PHP Interface ManaPHP\Mvc\Router\RouteInterface

Datei anzeigen Open project: manaphp/manaphp

Public Methods

Method Description
getPaths ( ) : array Returns the paths
match ( string $uri ) : false | array

Method Details

getPaths() public method

Returns the paths
public getPaths ( ) : array
return array

match() public method

public match ( string $uri ) : false | array
$uri string
return false | array