public function Append::__construct in Zircon Profile 8
Same name in this branch
- 8 vendor/stack/builder/tests/functional/SilexApplicationTest.php \functional\Append::__construct()
- 8 vendor/stack/builder/tests/unit/Stack/BuilderTest.php \Stack\Append::__construct()
Same name and namespace in other branches
- 8.0 vendor/stack/builder/tests/functional/SilexApplicationTest.php \functional\Append::__construct()
File
- vendor/
stack/ builder/ tests/ functional/ SilexApplicationTest.php, line 47
Class
Namespace
functionalCode
public function __construct(HttpKernelInterface $app, $appendix) {
$this->app = $app;
$this->appendix = $appendix;
}