CRM_Contact_Form_Edit_Lock
class CRM_Contact_Form_Edit_Lock
Auxiliary class to provide support for locking (and ignoring locks on) contact records.
Methods
static
static bool|array
formRule(array $fields, array $files, int $contactID = NULL)
Ensure that modified_date has not changed in the underlying DB.
Details
at line 45
static
buildQuickForm(CRM_Core_Form $form)
Build the form object.
at line 61
static bool|array
formRule(array $fields, array $files, int $contactID = NULL)
Ensure that modified_date has not changed in the underlying DB.