ChangePasswordDTO
in package
Read onlyYes
FinalYes
DTO for changing passwords
Table of Contents
Properties
- $password : string
Methods
- __construct() : mixed
- fromArray() : self
- Create DTO from an array
Properties
$password
public
string
$password
Methods
__construct()
public
__construct(string $password) : mixed
Parameters
- $password : string
fromArray()
Create DTO from an array
public
static fromArray(array<string|int, mixed> $array) : self
Parameters
- $array : array<string|int, mixed>