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