User
implements
Item
Table of Contents
Interfaces
- Item
Properties
-
$active
: bool|null
-
$firstName
: string|null
-
$hasConfirmCode
: bool
-
$id
: int
-
$lastName
: string|null
-
$personalGender
: string|null
-
$personalPhotoId
: int|null
-
$secondName
: string|null
-
$workPosition
: string|null
Methods
-
__construct()
: mixed
$active
public
bool|null
$active
= null
$firstName
public
string|null
$firstName
= null
$hasConfirmCode
public
bool
$hasConfirmCode
= false
$id
public
int
$id
$lastName
public
string|null
$lastName
= null
$personalGender
public
string|null
$personalGender
= null
$personalPhotoId
public
int|null
$personalPhotoId
= null
$secondName
public
string|null
$secondName
= null
$workPosition
public
string|null
$workPosition
= null
__construct()
public
__construct(int $id[, string|null $firstName = null ][, string|null $lastName = null ][, string|null $secondName = null ][, int|null $personalPhotoId = null ][, string|null $workPosition = null ][, string|null $personalGender = null ][, bool|null $active = null ][, bool $hasConfirmCode = false ]) : mixed
Parameters
-
$id
: int
-
-
$firstName
: string|null
= null
-
-
$lastName
: string|null
= null
-
-
$secondName
: string|null
= null
-
-
$personalPhotoId
: int|null
= null
-
-
$workPosition
: string|null
= null
-
-
$personalGender
: string|null
= null
-
-
$active
: bool|null
= null
-
-
$hasConfirmCode
: bool
= false
-