Page MenuHomeWickedGov Phorge

PromisorInterface.php
No OneTemporary

Size
249 B
Referenced Files
None
Subscribers
None

PromisorInterface.php

<?php
declare(strict_types=1);
namespace GuzzleHttp\Promise;
/**
* Interface used with classes that return a promise.
*/
interface PromisorInterface
{
/**
* Returns a promise.
*/
public function promise(): PromiseInterface;
}

File Metadata

Mime Type
text/x-php
Expires
Aug 18 2026, 12:10 (4 w, 4 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
e2/e1/8d8846a0b1c6e25faf90e28edde3
Default Alt Text
PromisorInterface.php (249 B)

Event Timeline