/**
  * {@inheritDoc}
  */
 public function setLogIn(\TRC\CoreBundle\Entity\Log $logIn = NULL)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'setLogIn', [$logIn]);
     return parent::setLogIn($logIn);
 }