Method | Description | |
---|---|---|
compile ( array $route ) : array | Compiles the current route instance. | |
compilePattern ( string $pattern, array $options = [] ) | compile pattern | |
splitTokens ( string $string ) : array | Split tokens from path. |
static public compilePattern ( string $pattern, array $options = [] ) | ||
$pattern | string | |
$options | array |
static public splitTokens ( string $string ) : array | ||
$string | string | path string |
return | array | matched results |