interface Illuminate / Contracts / Routing / BindingRegistrar
You are viewing an older version of the documentation. For the latest, please visit master documentation.

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