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/functional/SilexApplicationTest.php \functional\Append::__construct()

File

vendor/stack/builder/tests/functional/SilexApplicationTest.php, line 47

Class

Append

Namespace

functional

Code

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