Protected Member Functions | |
renderControlEditable () | |
renderLabel () | |
renderError () | |
renderControlNonEditable () | |
renderEditableByAttribute ($attribute) | |
renderEditableCheckBoxByAttribute ($attribute) | |
renderErrorByAttribute ($attribute) | |
getIdForInputField ($attribute, $suffix) | |
getNameForInputField ($attribute, $suffix) |
Class to help manage how the latest activity date time is updated for contacts.
Definition at line 40 of file UpdateContactLatestActivityDateTimeElement.php.
renderControlEditable | ( | ) | [protected] |
Render a checkbox (with a default value if not checked)
Reimplemented from Element.
Definition at line 46 of file UpdateContactLatestActivityDateTimeElement.php.
renderLabel | ( | ) | [protected] |
Generate the element label content
Reimplemented from Element.
Definition at line 57 of file UpdateContactLatestActivityDateTimeElement.php.
renderError | ( | ) | [protected] |
Generate the error content. Used by editable content
Reimplemented from Element.
Definition at line 62 of file UpdateContactLatestActivityDateTimeElement.php.