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