You are here

public function Thennable::__construct in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/guzzlehttp/promises/tests/Thennable.php \GuzzleHttp\Promise\Tests\Thennable::__construct()
1 method overrides Thennable::__construct()
NotPromiseInstance::__construct in vendor/guzzlehttp/promises/tests/NotPromiseInstance.php

File

vendor/guzzlehttp/promises/tests/Thennable.php, line 10

Class

Thennable

Namespace

GuzzleHttp\Promise\Tests

Code

public function __construct() {
  $this->nextPromise = new Promise();
}