Вход Регистрация
Файл: includes/library/aws/GuzzleHttp/Promise/PromisorInterface.php
Строк: 11
<?php
namespace GuzzleHttpPromise;

/**
 * Interface used with classes that return a promise.
 */
interface PromisorInterface
{
    
/**
     * Returns a promise.
     *
     * @return PromiseInterface
     */
    
public function promise();
}
Онлайн: 1
Реклама