메소드 | 설명 | |
---|---|---|
addPath ( |
Add the given path definition to the endpoint. | |
getMethodForPath ( |
Get the controller method for the given endpoint path. |
메소드 | 설명 | |
---|---|---|
implodeArray ( array $array ) : string | Implode the given list into a comma separated string. | |
middlewareAppliesToMethod ( string $method, array $middleware ) : boolean | Determine if the middleware applies to a given method. |
public getMethodForPath ( |
||
$path | ||
리턴 | string |
protected implodeArray ( array $array ) : string | ||
$array | array | |
리턴 | string |