Skip to content

Instantly share code, notes, and snippets.

@bakura10
Created July 27, 2012 20:04
Show Gist options
  • Save bakura10/3190185 to your computer and use it in GitHub Desktop.
Save bakura10/3190185 to your computer and use it in GitHub Desktop.
$this->threadService->getEventManager()->attach('create', function ($e) use ($participantC) {
$thread = $e->getParam('thread');
$thread->addParticipant($participantC);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment