AdditionalDescriptionField
Table of Contents
-
$FieldContent
: string
-
$FieldID
: int
-
$FieldLabel
: string
-
$FieldName
: string
-
__construct()
: mixed
-
getFieldContent()
: string
-
getFieldID()
: int
-
getFieldLabel()
: string
-
getFieldName()
: string
-
setFieldContent()
: void
-
setFieldID()
: void
-
setFieldLabel()
: void
-
setFieldName()
: void
-
toArray()
: array<string|int, mixed>
$FieldContent
private
string
$FieldContent
$FieldID
private
int
$FieldID
$FieldLabel
private
string
$FieldLabel
$FieldName
private
string
$FieldName
__construct()
public
__construct(int $FieldID, string $FieldName, string $FieldLabel, string $FieldContent) : mixed
Parameters
-
$FieldID
: int
-
-
$FieldName
: string
-
-
$FieldLabel
: string
-
-
$FieldContent
: string
-
Return values
mixed
—
getFieldContent()
public
getFieldContent() : string
Return values
string
—
getFieldID()
public
getFieldID() : int
Return values
int
—
getFieldLabel()
public
getFieldLabel() : string
Return values
string
—
getFieldName()
public
getFieldName() : string
Return values
string
—
setFieldContent()
public
setFieldContent(string $FieldContent) : void
Parameters
-
$FieldContent
: string
-
Return values
void
—
setFieldID()
public
setFieldID(int $FieldID) : void
Parameters
-
$FieldID
: int
-
Return values
void
—
setFieldLabel()
public
setFieldLabel(string $FieldLabel) : void
Parameters
-
$FieldLabel
: string
-
Return values
void
—
setFieldName()
public
setFieldName(string $FieldName) : void
Parameters
-
$FieldName
: string
-
Return values
void
—
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>
—