PATH:
home
/
lab2454c
/
adenbic.com
/
wp-content
/
plugins
/
wordpress-seo
/
vendor_prefixed
/
guzzlehttp
/
promises
/
src
<?php declare (strict_types=1); namespace YoastSEO_Vendor\GuzzleHttp\Promise; /** * Interface used with classes that return a promise. */ interface PromisorInterface { /** * Returns a promise. */ public function promise() : \YoastSEO_Vendor\GuzzleHttp\Promise\PromiseInterface; }
[-] FulfilledPromise.php
[edit]
[-] Coroutine.php
[edit]
[+]
..
[-] CancellationException.php
[edit]
[-] EachPromise.php
[edit]
[-] PromiseInterface.php
[edit]
[-] AggregateException.php
[edit]
[-] Utils.php
[edit]
[-] Promise.php
[edit]
[-] RejectedPromise.php
[edit]
[-] Create.php
[edit]
[-] Each.php
[edit]
[-] Is.php
[edit]
[-] RejectionException.php
[edit]
[-] PromisorInterface.php
[edit]
[-] TaskQueue.php
[edit]
[-] TaskQueueInterface.php
[edit]