Total Complexity | 3 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
9 | trait Interact |
||
10 | { |
||
11 | public function interaction(array $interactions, int $pageId, array $doneValue = []):Interaction |
||
17 | } |
||
18 | |||
19 | public function addInteraction(array $interactions, int $pageId, array $doneValue = []) |
||
24 | } |
||
25 | |||
26 | public function updateInteraction(Interaction $interaction, array $newInteractions, array $doneValue = []) |
||
33 |