| Conditions | 1 |
| Paths | 1 |
| Total Lines | 12 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 19 | public function GetBroadcastFrequency() : array |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * @var array<int, string|BroadcastFrequencySpecification> |
||
| 23 | */ |
||
| 24 | $out = TypeUtilities::ExpectRetrievedValueIsArray( |
||
| 25 | 'broadcastFrequency', |
||
| 26 | $this->RetrievePropertyValueFromData('broadcastFrequency'), |
||
|
|
|||
| 27 | static::class |
||
| 28 | ); |
||
| 29 | |||
| 30 | return $out; |
||
| 31 | } |
||
| 45 |