| Total Complexity | 2 |
| Total Lines | 33 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | class AndroidInfo extends Parameter |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @var string[] |
||
| 17 | */ |
||
| 18 | protected $properties = [ |
||
| 19 | 'Sound', |
||
| 20 | 'OPPOChannelID', |
||
| 21 | ]; |
||
| 22 | |||
| 23 | |||
| 24 | /** |
||
| 25 | * |
||
| 26 | * @param string $value |
||
| 27 | * |
||
| 28 | * @return $this |
||
| 29 | */ |
||
| 30 | public function setSound(string $value) |
||
| 34 | } |
||
| 35 | |||
| 36 | /** |
||
| 37 | * |
||
| 38 | * @param string $value |
||
| 39 | * |
||
| 40 | * @return $this |
||
| 41 | */ |
||
| 42 | public function setOPPOChannelID(string $value) |
||
| 48 |