/**
  * {@inheritDoc}
  */
 public function getParticipant(\Alchemy\Phrasea\Model\Entities\User $user)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getParticipant', array($user));
     return parent::getParticipant($user);
 }