Total Complexity | 3 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
8 | class DynamicContentModifier extends AbstractModifier |
||
9 | { |
||
10 | /** |
||
11 | * @param DynamicContent $page |
||
12 | * @param array $context |
||
13 | * @param null|string $format |
||
14 | * @return object|void |
||
15 | */ |
||
16 | public function process($page, array $context = array(), ?string $format = null) |
||
24 | } |
||
25 | |||
26 | public function supportsData($data): bool |
||
29 | } |
||
30 | |||
31 | public static function getSubscribedServices(): array |
||
38 |