Table of Contents
-
MAX_LENGTH_NAME
= 250
-
MAX_LENGTH_VALUE
= 250
-
$id
: int
-
$name
: string
-
$value
: string
-
__construct()
: mixed
-
build()
: CustomField
-
jsonSerialize()
: array<string|int, mixed>
-
setName()
: void
-
setValue()
: void
MAX_LENGTH_NAME
public
mixed
MAX_LENGTH_NAME
= 250
MAX_LENGTH_VALUE
public
mixed
MAX_LENGTH_VALUE
= 250
$id
public
int
$id
$name
public
string
$name
$value
public
string
$value
__construct()
public
__construct([stdClass|null $optionObject = null ]) : mixed
Parameters
-
$optionObject
: stdClass|null
= null
-
Return values
mixed
—
build()
public
static build(string $name, string $value) : CustomField
Parameters
-
$name
: string
-
-
$value
: string
-
Return values
CustomField
—
jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>
Return values
array<string|int, mixed>
—
setName()
public
setName(string $name) : void
Parameters
-
$name
: string
-
Return values
void
—
setValue()
public
setValue(string $value) : void
Parameters
-
$value
: string
-
Return values
void
—