| 1 | <?php |
||
| 17 | class HeaderFieldStrategy extends AbstractHttpStrategy |
||
| 18 | { |
||
| 19 | protected $field; |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @param String $field field |
||
| 23 | */ |
||
| 24 | 6 | public function __construct($field) |
|
| 28 | /** |
||
| 29 | * @param Request $request request to handle |
||
| 30 | * |
||
| 31 | * @return string |
||
| 32 | */ |
||
| 33 | 6 | public function apply(Request $request) |
|
| 37 | } |
||
| 38 |