Method | Description | |
---|---|---|
__construct ( |
||
getCallback ( ) : string | Get callback of the matched route | |
getParams ( ) : array | Get params extracted from the matched route. | |
getRoute ( ) : |
Returns the Route instance. | |
hasTags ( array $tags, boolean $matchAll = true ) : boolean | Checks if the current matched route has the given tags. |
public __construct ( |
||
$route | Matched Route instance. | |
$params | array | Params extracted from the matched route. |
public getCallback ( ) : string | ||
return | string |
public getRoute ( ) : |
||
return |