Static Public Member Functions | |
| static | getDisplayName () |
| static | getModelAttributeNames () |
Protected Member Functions | |
| renderEditable () | |
| renderControlEditable () | |
| renderControlNonEditable () | |
| renderLabel () | |
Display the details of an activity.
Definition at line 30 of file ActivitySummaryElement.php.
| renderEditable | ( | ) | [protected] |
Generate editable version of the element includes the lable, control, and error content
Reimplemented from Element.
Definition at line 32 of file ActivitySummaryElement.php.
| renderControlNonEditable | ( | ) | [protected] |
Render the activity as a non-editable display
Reimplemented from Element.
Definition at line 46 of file ActivitySummaryElement.php.
| renderLabel | ( | ) | [protected] |
Generate the element label content
Reimplemented from Element.
Definition at line 51 of file ActivitySummaryElement.php.
| static getModelAttributeNames | ( | ) | [static] |
Get the attributeNames of attributes used in the derived element.
Implements DerivedElementInterface.
Definition at line 66 of file ActivitySummaryElement.php.