FutureInterface
in
Tags
Table of Contents
Methods
- await() : mixed
- catch() : FutureInterface
- map() : FutureInterface
Methods
await()
public
await() : mixed
Tags
catch()
public
catch(Closure $closure) : FutureInterface
Parameters
- $closure : Closure
Tags
Return values
FutureInterfacemap()
public
map(Closure $closure) : FutureInterface
Parameters
- $closure : Closure