Total Complexity | 2 |
Total Lines | 26 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
14 | class UpdateFriendParameter extends Parameter |
||
15 | { |
||
16 | protected $properties = [ |
||
17 | 'To_Account', |
||
18 | 'SnsItem' |
||
19 | ]; |
||
20 | |||
21 | protected $required = ['To_Account', 'SnsItem']; |
||
22 | |||
23 | /** |
||
24 | * |
||
25 | * @param TagParameter ...$tagParameters |
||
26 | * |
||
27 | * @return $this |
||
28 | */ |
||
29 | public function setSnsItem(TagParameter ...$tagParameters) |
||
33 | } |
||
34 | |||
35 | public function setToAccount(string $account) |
||
42 |