|
| __construct (Closure $closure) |
| Creates a new serializable closure instance.
|
|
| __invoke () |
| Resolve the closure with the given arguments.
|
|
| __serialize () |
| Get the serializable representation of the closure.
|
|
| __unserialize ($data) |
| Restore the closure after serialization.
|
|
| getClosure () |
| Gets the closure.
|
|
◆ __construct()
Laravel\SerializableClosure\UnsignedSerializableClosure::__construct |
( |
Closure | $closure | ) |
|
Creates a new serializable closure instance.
- Parameters
-
- Return values
-
◆ __invoke()
Laravel\SerializableClosure\UnsignedSerializableClosure::__invoke |
( |
| ) |
|
Resolve the closure with the given arguments.
- Return values
-
◆ __serialize()
Laravel\SerializableClosure\UnsignedSerializableClosure::__serialize |
( |
| ) |
|
Get the serializable representation of the closure.
- Return values
-
◆ __unserialize()
Laravel\SerializableClosure\UnsignedSerializableClosure::__unserialize |
( |
| $data | ) |
|
Restore the closure after serialization.
- Parameters
-
- Return values
-
◆ getClosure()
Laravel\SerializableClosure\UnsignedSerializableClosure::getClosure |
( |
| ) |
|
Gets the closure.
- Return values
-
The documentation for this class was generated from the following file:
- lib/laravel/serializable-closure/src/UnsignedSerializableClosure.php