UpdateContactDTO
Table of Contents
Properties
-
$blacklisted
: bool
-
$code
: string
-
$dateInsert
: DateTime
-
$dateUpdate
: DateTime
-
$name
: string|null
-
$typeId
: int
Methods
-
toArray()
: array<string|int, mixed>
$blacklisted
public
bool
$blacklisted
= false
$code
public
string
$code
$dateInsert
public
DateTime
$dateInsert
$dateUpdate
public
DateTime
$dateUpdate
$name
public
string|null
$name
= null
$typeId
public
int
$typeId
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>