CRM_Contact_Form_Edit_Individual
class CRM_Contact_Form_Edit_Individual
Auxiliary class to provide support to the Contact Form class.
Does this by implementing a small set of static methods.
Methods
static
buildQuickForm(CRM_Core_Form $form, int $inlineEditMode = NULL)
This function provides the HTML form elements that are specific to the Individual Contact Type.
static bool
formRule(array $fields, array $files, int $contactID = NULL)
Global form rule.
Details
at line 50
static
buildQuickForm(CRM_Core_Form $form, int $inlineEditMode = NULL)
This function provides the HTML form elements that are specific to the Individual Contact Type.
at line 123
static bool
formRule(array $fields, array $files, int $contactID = NULL)
Global form rule.