project->getById($project_id); foreach ($this->projectNotificationType->getSelectedTypes($project_id) as $type) { $this->projectNotificationType->getType($type)->notifyProject($project, $event_name, $event_data); } } }