[NOTIFICATION] Implement Target Collector

This commit is contained in:
2021-11-27 04:12:44 +00:00
parent 51994406da
commit 7b9d388a44
11 changed files with 423 additions and 78 deletions

View File

@@ -134,4 +134,13 @@ abstract class Entity
return null;
}
}
/**
*
* @return array of Actors
*/
public function getNotificationTargets(array $ids_already_known = []): array
{
return [];
}
}