class Illuminate / Routing / ImplicitRouteBinding

ImplicitRouteBinding

Methods

public static

resolveForRoute ( $container , $route ) : void

Resolve the implicit route bindings for the given route.

Parameters

protected static

resolveBackedEnumsForRoute ( $route , $parameters ) : Route

Resolve the Backed Enums route bindings for the route.

Parameters

  • $route Route
  • $parameters array
protected static

getParameterName ( $name , $parameters ) : string|null

Return the parameter name if it exists in the given parameters.

Parameters

  • $name string
  • $parameters array