Exemplo n.º 1
0
 /**
  * {@inheritDoc}
  */
 public function __construct(EntityManager $em, $entity, $identityColumn = 'username', $credentialColumn = 'password', $credentialCallable = null)
 {
     parent::__construct($em, $entity, $identityColumn, $credentialColumn, $credentialCallable);
 }