You are here

public function AppendA::__construct in Zircon Profile 8

Same name and namespace in other branches
  1. 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

AppendA

Namespace

Stack

Code

public function __construct(HttpKernelInterface $app) {
  parent::__construct($app, '.A');
}