interface PromisorInterface in Auth0 Single Sign On 8.2
Interface used with classes that return a promise.
Hierarchy
- interface \GuzzleHttp\Promise\PromisorInterface
Expanded class hierarchy of PromisorInterface
All classes that implement PromisorInterface
File
- vendor/
guzzlehttp/ promises/ src/ PromisorInterface.php, line 7
Namespace
GuzzleHttp\PromiseView source
interface PromisorInterface {
/**
* Returns a promise.
*
* @return PromiseInterface
*/
public function promise();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
PromisorInterface:: |
public | function | Returns a promise. | 2 |