Methods |
public
|
getLevel(): MessageAttributesInterface::LEVEL_*
Get the message level
|
#
|
public
|
getType(): MessageAttributesInterface::TYPE_*
Get the message type
|
#
|
public
|
isMsg1(): bool
Check if the instance applies to the first part of a message
Check if the instance applies to the first part of a message
Implemented by
|
#
|
public
|
isMsg2(): bool
Check if the instance applies to the second part of a message
Check if the instance applies to the second part of a message
Implemented by
|
#
|
public
|
isPrefix(): bool
Check if the instance applies to a message prefix
Check if the instance applies to a message prefix
Implemented by
|
#
|
public
|
withMsg1(): static
Get an instance that applies to the first part of a message
Get an instance that applies to the first part of a message
Implemented by
|
#
|
public
|
withMsg2(): static
Get an instance that applies to the second part of a message
Get an instance that applies to the second part of a message
Implemented by
|
#
|
public
|
withPrefix(): static
Get an instance that applies to a message prefix
Get an instance that applies to a message prefix
Implemented by
|
#
|