class AppendB in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/stack/builder/tests/unit/Stack/BuilderTest.php \Stack\AppendB
Hierarchy
- class \Stack\Append implements HttpKernelInterface- class \Stack\AppendB
 
Expanded class hierarchy of AppendB
File
- vendor/stack/ builder/ tests/ unit/ Stack/ BuilderTest.php, line 209 
Namespace
StackView source
class AppendB extends Append {
  public function __construct(HttpKernelInterface $app) {
    parent::__construct($app, '.B');
  }
}Members
| Name   | Modifiers | Type | Description | Overrides | 
|---|---|---|---|---|
| Append:: | private | property | ||
| Append:: | private | property | ||
| Append:: | public | function | Handles a Request to convert it to a Response. Overrides HttpKernelInterface:: | |
| AppendB:: | public | function | Overrides Append:: | |
| HttpKernelInterface:: | constant | |||
| HttpKernelInterface:: | constant | 
