Total Complexity | 5 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
7 | class AlexaPresentationAPL |
||
8 | { |
||
9 | /** |
||
10 | * @param string|null $token APL token |
||
11 | * @param string|null $version APL version |
||
12 | * @param ComponentVisibleOnScreen[]|null $componentsVisibleOnScreen Array of visible components |
||
13 | */ |
||
14 | 2 | public function __construct( |
|
19 | 2 | } |
|
20 | |||
21 | 2 | public static function fromAmazonRequest(array $amazonRequest): self |
|
38 |