You are here

class AppendB in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/stack/builder/tests/unit/Stack/BuilderTest.php \Stack\AppendB

Hierarchy

Expanded class hierarchy of AppendB

File

vendor/stack/builder/tests/unit/Stack/BuilderTest.php, line 209

Namespace

Stack
View source
class AppendB extends Append {
  public function __construct(HttpKernelInterface $app) {
    parent::__construct($app, '.B');
  }

}

Members

Namesort descending Modifiers Type Description Overrides
Append::$app private property
Append::$appendix private property
Append::handle public function Handles a Request to convert it to a Response. Overrides HttpKernelInterface::handle
AppendB::__construct public function Overrides Append::__construct
HttpKernelInterface::MASTER_REQUEST constant
HttpKernelInterface::SUB_REQUEST constant