1 | <?php |
||
13 | class BodyLocation extends AbstractLocation |
||
14 | { |
||
15 | |||
16 | /** |
||
17 | * Set the name of the location |
||
18 | * |
||
19 | * @param string $locationName |
||
20 | */ |
||
21 | 1 | public function __construct($locationName = 'body') |
|
25 | |||
26 | /** |
||
27 | * @param CommandInterface $command |
||
28 | * @param RequestInterface $request |
||
29 | * @param Parameter $param |
||
30 | * |
||
31 | * @return MessageInterface |
||
32 | */ |
||
33 | 1 | public function visit( |
|
49 | } |
||
50 |