Class SerializableClosure
Do not use this class unless you really know what you're doing!
- Illuminate\Support\SerializableClosure implements Serializable
Namespace: Illuminate\Support
Author: Taylor Otwell <@taylorotwell>
Author: Jeremy Lindblom <@jeremeamia>
Located at vendor/illuminate/support/Illuminate/Support/SerializableClosure.php
Author: Taylor Otwell <@taylorotwell>
Author: Jeremy Lindblom <@jeremeamia>
Located at vendor/illuminate/support/Illuminate/Support/SerializableClosure.php
public
|
|
public
string
|
|
protected
string
|
|
protected
|
|
public
array
|
|
protected
array
|
|
protected
integer
|
|
public
string
|
|
public
|
|
public
|
|
public
mixed
|
protected
|
$closure |
|
#
The Closure instance. |
protected
|
$reflection |
|
#
The ReflectionFunction instance of the Closure. |
protected
string
|
$code |
|
#
The code contained by the Closure. |