LegalLog
implements
Item
Table of Contents
Interfaces
- Item
Properties
-
$code
: string
-
$dateCreate
: DateTime|null
-
$description
: string|null
-
$documentId
: int
-
$documentUid
: string
-
$id
: int|null
-
$memberId
: int|null
-
$memberUid
: string|null
-
$userId
: int|null
Methods
-
__construct()
: mixed
$code
public
string
$code
$dateCreate
public
DateTime|null
$dateCreate
= null
$description
public
string|null
$description
= null
$documentId
public
int
$documentId
$documentUid
public
string
$documentUid
$id
public
int|null
$id
= null
$memberId
public
int|null
$memberId
= null
$memberUid
public
string|null
$memberUid
= null
$userId
public
int|null
$userId
= null
__construct()
public
__construct(string $code, int $documentId, string $documentUid[, string|null $description = null ][, int|null $memberId = null ][, string|null $memberUid = null ][, int|null $userId = null ][, int|null $id = null ][, DateTime|null $dateCreate = null ]) : mixed
Parameters
-
$code
: string
-
-
$documentId
: int
-
-
$documentUid
: string
-
-
$description
: string|null
= null
-
-
$memberId
: int|null
= null
-
-
$memberUid
: string|null
= null
-
-
$userId
: int|null
= null
-
-
$id
: int|null
= null
-
-
$dateCreate
: DateTime|null
= null
-