trait
Illuminate
/
Support
/
Traits
/
ReflectsClosures
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
ReflectsClosures
Methods
protected
firstClosureParameterType ( Closure $closure ) : string
Get the class name of the first parameter of the given Closure.
Parameters
- $closure Closure