Static Public Member Functions | |
static | getDisplayName () |
static | getModelAttributeNames () |
Protected Member Functions | |
renderEditable () | |
renderControlEditable () | |
renderControlNonEditable () | |
renderLabel () |
Display the conversation latest information either the latest comment or the description of the conversation. Current support is for the list view only.
Definition at line 41 of file ConversationLatestElement.php.
renderEditable | ( | ) | [protected] |
Generate editable version of the element includes the lable, control, and error content
Reimplemented from Element.
Definition at line 43 of file ConversationLatestElement.php.
renderControlNonEditable | ( | ) | [protected] |
Render the full name as a non-editable display
Reimplemented from Element.
Definition at line 57 of file ConversationLatestElement.php.
renderLabel | ( | ) | [protected] |
Generate the element label content
Reimplemented from Element.
Definition at line 62 of file ConversationLatestElement.php.
static getModelAttributeNames | ( | ) | [static] |
Get the attributeNames of attributes used in the derived element.
Implements DerivedElementInterface.
Definition at line 77 of file ConversationLatestElement.php.