class AttributeFormatter implements FormatterInterface, MessageHasDetailsInterface, HasLocationInterface (View source)

Methods

string
getFindingsListMessage(MessageInterface $findingMessage, Finding $finding)

No description

getDetailsElement(MessageInterface $message, Finding $finding)

No description

string
getDetailsString(MessageInterface $message)

No description

LocationInterface|null
getLocation(MessageInterface $message)

No description

Details

string getFindingsListMessage(MessageInterface $findingMessage, Finding $finding)

No description

Parameters

MessageInterface $findingMessage
Finding $finding

Return Value

string

Element getDetailsElement(MessageInterface $message, Finding $finding)

No description

Parameters

MessageInterface $message
Finding $finding

Return Value

Element

string getDetailsString(MessageInterface $message)

No description

Parameters

MessageInterface $message

Return Value

string

LocationInterface|null getLocation(MessageInterface $message)

No description

Parameters

MessageInterface $message

Return Value

LocationInterface|null