You are here

public function Append::__construct in Zircon Profile 8

Same name in this branch
  1. 8 vendor/stack/builder/tests/functional/SilexApplicationTest.php \functional\Append::__construct()
  2. 8 vendor/stack/builder/tests/unit/Stack/BuilderTest.php \Stack\Append::__construct()
Same name and namespace in other branches
  1. 8.0 vendor/stack/builder/tests/unit/Stack/BuilderTest.php \Stack\Append::__construct()
2 calls to Append::__construct()
AppendA::__construct in vendor/stack/builder/tests/unit/Stack/BuilderTest.php
AppendB::__construct in vendor/stack/builder/tests/unit/Stack/BuilderTest.php
2 methods override Append::__construct()
AppendA::__construct in vendor/stack/builder/tests/unit/Stack/BuilderTest.php
AppendB::__construct in vendor/stack/builder/tests/unit/Stack/BuilderTest.php

File

vendor/stack/builder/tests/unit/Stack/BuilderTest.php, line 186

Class

Append

Namespace

Stack

Code

public function __construct(HttpKernelInterface $app, $appendix) {
  $this->app = $app;
  $this->appendix = $appendix;
}