BlacklistResult

Class BlacklistResult

This class represents the result of a blacklist operation

package

LimeSurvey\Datavalueobjects

Methods

__construct

__construct(boolean $blacklisted = false,array<mixed,string>|string $messages = array(''))

Arguments

$blacklisted

boolean

$messages

array<mixed,string>|string

appendMessage

appendMessage(\LimeSurvey\Datavalueobjects\string $message)

Arguments

$message

\LimeSurvey\Datavalueobjects\string

getMessages

getMessages(): array<mixed,string>

Response

array<mixed,string>

isBlacklisted

isBlacklisted(): boolean

Response

boolean

setBlacklisted

setBlacklisted(boolean $blacklisted)

Arguments

$blacklisted

boolean

setMessages

setMessages(array<mixed,string> $messages)

Arguments

$messages

array<mixed,string>

Properties

the basic result of the operation

blacklisted :boolean
var

the basic result of the operation

Type(s)

boolean

an array of messages providing extra details

messages :array<mixed,string>
var

an array of messages providing extra details

Type(s)

array<mixed,string>