class CRM_Contact_Form_Edit_Organization

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 Organization Contact Type.

static array|bool
formRule($fields, $files, int $contactID = NULL)

No description

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 Organization Contact Type.

Parameters

CRM_Core_Form $form Form object.
int $inlineEditMode ( 1 for contact summary. top bar form and 2 for display name edit )

at line 87
static array|bool formRule($fields, $files, int $contactID = NULL)

Parameters

$fields
$files
int $contactID

Return Value

array|bool