Documentation

ResetPasswordRequest
in package
implements ResetPasswordRequestInterface Uses ResetPasswordRequestTrait

Tags
ORM\Entity

(repositoryClass=ResetPasswordRequestRepository::class)

Interfaces, Classes, Traits and Enums

ResetPasswordRequestInterface

Table of Contents

$id  : mixed
$user  : mixed
__construct()  : mixed
getId()  : int|null
getUser()  : object

Properties

$user

private mixed $user
Tags
ORM\ManyToOne

(targetEntity=User::class)

ORM\JoinColumn

(nullable=false)

Methods

__construct()

public __construct(object $user, DateTimeInterface $expiresAt, string $selector, string $hashedToken) : mixed
Parameters
$user : object
$expiresAt : DateTimeInterface
$selector : string
$hashedToken : string
Return values
mixed

Search results