You are here

public function AppendB::__construct in Zircon Profile 8

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

AppendB

Namespace

Stack

Code

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