1 | <?php |
||
22 | abstract class AbstractDeleteByKeyRequest extends AbstractDeleteRequest |
||
23 | { |
||
24 | /** |
||
25 | * @return string |
||
26 | */ |
||
27 | 1 | public function getKey() |
|
31 | |||
32 | /** |
||
33 | * @param $key |
||
34 | * @return $this |
||
35 | */ |
||
36 | 1 | public function setKey($key) |
|
40 | |||
41 | /** |
||
42 | * @return string |
||
43 | * @internal |
||
44 | */ |
||
45 | 3 | protected function getPath() |
|
49 | } |
||
50 |