Метод | Описание | |
---|---|---|
addPath ( |
Add the given path definition to the endpoint. | |
getMethodForPath ( |
Get the controller method for the given endpoint path. | |
getPaths ( ) : array | Get all of the path definitions for an endpoint. | |
hasPaths ( ) | Determine if the endpoint has any paths. | |
toRouteDefinition ( ) : string | Transform the endpoint into a route definition. |
public getMethodForPath ( |
||
$path | ||
Результат | string |
public toRouteDefinition ( ) : string | ||
Результат | string |