You are here

class AppendA in Zircon Profile 8

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

Hierarchy

Expanded class hierarchy of AppendA

File

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

Namespace

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

}

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
AppendA::__construct public function Overrides Append::__construct
HttpKernelInterface::MASTER_REQUEST constant
HttpKernelInterface::SUB_REQUEST constant