1 | <?php |
||
19 | class NotificationGroupsLocator { |
||
20 | |||
21 | /** |
||
22 | * @var Store |
||
23 | */ |
||
24 | private $store; |
||
25 | |||
26 | /** |
||
27 | * @since 1.0 |
||
28 | * |
||
29 | * @param Store $store |
||
30 | */ |
||
31 | 5 | public function __construct( Store $store ) { |
|
34 | |||
35 | /** |
||
36 | * Special group |
||
37 | * |
||
38 | * @since 1.0 |
||
39 | * |
||
40 | * @return [] |
||
|
|||
41 | */ |
||
42 | 1 | public function getSpecialGroupOnSpecificationChange() { |
|
47 | |||
48 | /** |
||
49 | * @since 1.0 |
||
50 | * |
||
51 | * @param DataItem $dataItem |
||
52 | * @param array $subSemanticDataMatch |
||
53 | * |
||
54 | * @return DataItem[] |
||
55 | */ |
||
56 | 2 | public function findNotificationsToGroupList( DataItem $dataItem, array $subSemanticDataMatch ) { |
|
88 | |||
89 | /** |
||
90 | * @since 1.0 |
||
91 | * |
||
92 | * @param array $subSemanticDataMatch |
||
93 | * |
||
94 | * @return Closure |
||
95 | */ |
||
96 | public function getNotificationsToGroupListAsCallback( array $subSemanticDataMatch ) { |
||
101 | |||
102 | } |
||
103 |
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.