FieldValue
implements
Item
Table of Contents
Interfaces
- Item
Properties
-
$fieldName
: string
-
$id
: int|null
-
$memberId
: int
-
$value
: string
Methods
-
__construct()
: mixed
$fieldName
read-only
public
string
$fieldName
$id
public
int|null
$id
= null
$memberId
read-only
public
int
$memberId
$value
read-only
public
string
$value
__construct()
public
__construct(string $fieldName, int $memberId, string $value[, int|null $id = null ]) : mixed
Parameters
-
$fieldName
: string
-
-
$memberId
: int
-
-
$value
: string
-
-
$id
: int|null
= null
-