MessageParameter
Table of Contents
Methods
-
addValue()
: static
-
getDefaultValue()
: mixed|null
-
getMessageId()
: int|null
-
getName()
: string|null
-
getType()
: string
-
getValue()
: mixed|null
-
hasValue()
: bool
-
isDeleted()
: bool
-
isHidden()
: bool
-
isValid()
: Result
-
setMessageId()
: self
-
setName()
: $this
-
setType()
: $this
-
setValue()
: static
-
toPullFormat()
: string|array<string|int, mixed>|null
-
toRestFormat()
: string|array<string|int, mixed>|null
-
unsetValue()
: static
addValue()
public
addValue(mixed $value) : static
Parameters
-
$value
: mixed
-
getDefaultValue()
public
getDefaultValue() : mixed|null
getMessageId()
public
getMessageId() : int|null
getName()
public
getName() : string|null
Return values
string|null
getType()
public
getType() : string
getValue()
public
getValue() : mixed|null
hasValue()
public
hasValue() : bool
isDeleted()
public
isDeleted() : bool
isHidden()
public
isHidden() : bool
isValid()
public
isValid() : Result
setMessageId()
public
setMessageId(int $messageId) : self
Parameters
-
$messageId
: int
-
setName()
public
setName(string $name) : $this
Parameters
-
$name
: string
-
-
see
-
Params
setType()
public
setType(string $type) : $this
Parameters
-
$type
: string
-
-
see
-
Param
setValue()
public
setValue(mixed $value) : static
Parameters
-
$value
: mixed
-
public
toPullFormat() : string|array<string|int, mixed>|null
Return values
string|array<string|int, mixed>|null
public
toRestFormat() : string|array<string|int, mixed>|null
Return values
string|array<string|int, mixed>|null
unsetValue()
public
unsetValue() : static