public function AppendB::__construct in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/stack/builder/tests/unit/Stack/BuilderTest.php \Stack\AppendB::__construct()
Overrides Append::__construct
File
- vendor/
stack/ builder/ tests/ unit/ Stack/ BuilderTest.php, line 211
Class
Namespace
StackCode
public function __construct(HttpKernelInterface $app) {
parent::__construct($app, '.B');
}