class AlertFinding extends Finding (View source)

Properties

protected $id from  Finding
protected $result from  Finding
protected $message from  Finding
protected $handle from  Finding
protected $control from  Finding

Methods

mixed
getId()

No description

from  Finding
mixed
getResult()

No description

from  Finding
void
setResult(mixed $result)

No description

from  Finding
mixed
getMessage()

No description

from  Finding
mixed
getRawMessage()

No description

from  Finding
void
setMessage(MessageInterface $message)

No description

from  Finding
mixed
getHandle()

No description

from  Finding
void
setHandle(mixed $handle)

No description

from  Finding
mixed
getRawControl()

No description

from  Finding
ControlInterface|null
getControl()

No description

from  Finding
void
setControl(mixed $control)

No description

from  Finding
getFormatter()

No description

Details

mixed getId()

No description

Return Value

mixed

mixed getResult()

No description

Return Value

mixed

void setResult(mixed $result)

No description

Parameters

mixed $result

Return Value

void

mixed getMessage()

No description

Return Value

mixed

mixed getRawMessage()

No description

Return Value

mixed

void setMessage(MessageInterface $message)

No description

Parameters

MessageInterface $message

Return Value

void

mixed getHandle()

No description

Return Value

mixed

void setHandle(mixed $handle)

No description

Parameters

mixed $handle

Return Value

void

mixed getRawControl()

No description

Return Value

mixed

ControlInterface|null getControl()

No description

Return Value

ControlInterface|null

void setControl(mixed $control)

No description

Parameters

mixed $control

Return Value

void

FormatterInterface getFormatter()

No description

Return Value

FormatterInterface