interface Illuminate / Contracts / Routing / BindingRegistrar
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

BindingRegistrar

Methods

public

bind ( $key , $binder ) : void

Add a new route parameter binder.

Parameters

  • $key string
  • $binder string|callable
public

getBindingCallback ( $key ) : Closure

Get the binding callback for a given binding.

Parameters

  • $key string