コード例 #1
0
 /**
  * {@inheritDoc}
  */
 protected function postCreate($entity)
 {
     /**
      * @var User $entity
      */
     $this->createActivationHash($entity);
     return parent::postCreate($entity);
 }
コード例 #2
0
 /**
  * {@inheritDoc}
  */
 protected function postCreate($entity)
 {
     return parent::postCreate($entity);
 }