| 1 | <?php |
||
| 11 | class HeaderLocation extends AbstractLocation |
||
| 12 | { |
||
| 13 | |||
| 14 | /** |
||
| 15 | * Set the name of the location |
||
| 16 | * |
||
| 17 | * @param string $locationName |
||
| 18 | */ |
||
| 19 | 1 | public function __construct($locationName = 'header') |
|
| 23 | |||
| 24 | /** |
||
| 25 | * @param ResultInterface $result |
||
| 26 | * @param ResponseInterface $response |
||
| 27 | * @param Parameter $param |
||
| 28 | * |
||
| 29 | * @return ResultInterface |
||
| 30 | */ |
||
| 31 | 1 | public function visit( |
|
| 47 | } |
||
| 48 |