Feature
Table of Contents
-
$ID
: int|null
-
$Name
: string
-
$Value
: string
-
__construct()
: mixed
-
getID()
: int|null
-
getName()
: string
-
getValue()
: string
-
setID()
: void
-
setName()
: void
-
setValue()
: void
-
toArray()
: array<string|int, mixed>
$ID
private
int|null
$ID
$Name
private
string
$Name
$Value
private
string
$Value
__construct()
public
__construct(string $Name, string $Value[, int|null $ID = null ]) : mixed
Parameters
-
$Name
: string
-
-
$Value
: string
-
-
$ID
: int|null
= null
-
Return values
mixed
—
getID()
public
getID() : int|null
Return values
int|null
—
getName()
public
getName() : string
Return values
string
—
getValue()
public
getValue() : string
Return values
string
—
setID()
public
setID(int|null $ID) : void
Parameters
-
$ID
: int|null
-
Return values
void
—
setName()
public
setName(string $Name) : void
Parameters
-
$Name
: string
-
Return values
void
—
setValue()
public
setValue(string $Value) : void
Parameters
-
$Value
: string
-
Return values
void
—
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>
—