Adamgoose\Routing\Annotations\EndpointInterface::getMethodForPath PHP Метод

getMethodForPath() публичный метод

Get the controller method for the given endpoint path.
public getMethodForPath ( AbstractPath $path ) : string
$path AbstractPath
Результат string
    public function getMethodForPath(AbstractPath $path);