Total Complexity | 2 |
Total Lines | 23 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
17 | class StaticPage extends AbstractPage implements RouteAwareInterface |
||
18 | { |
||
19 | use RouteAwareTrait; |
||
20 | |||
21 | /** |
||
22 | * Declared here for groups differ from dynamic |
||
23 | * @Groups({"default"}) |
||
24 | */ |
||
25 | protected $componentLocations; |
||
26 | |||
27 | public function __construct() |
||
31 | } |
||
32 | |||
33 | /** |
||
34 | * @ApiProperty() |
||
35 | * @Groups({"content","route"}) |
||
36 | */ |
||
37 | public function isDynamic(): bool |
||
42 |