X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContact%2FForm%2FDomain.php;h=af7d6a2de0714a5296d4a61540b6a2e0490f9134;hb=06b24f030643747e4223fd83be521dbb75b10c28;hp=801c555d85b1263828f6fbdd75557c5010e5ff06;hpb=4ba9e4a43ddc2917d523f6ef6920b7e0b51bd832;p=civicrm-core.git diff --git a/CRM/Contact/Form/Domain.php b/CRM/Contact/Form/Domain.php index 801c555d85..af7d6a2de0 100644 --- a/CRM/Contact/Form/Domain.php +++ b/CRM/Contact/Form/Domain.php @@ -39,35 +39,35 @@ class CRM_Contact_Form_Domain extends CRM_Core_Form { /** - * the group id, used when editing a group + * The group id, used when editing a group * * @var int */ protected $_id; /** - * the contact_id of domain + * The contact_id of domain * * @var int */ protected $_contactId; /** - * default from email address option value id. + * Default from email address option value id. * * @var int */ protected $_fromEmailId = NULL; /** - * default location type fields + * Default location type fields * * @var array */ protected $_locationDefaults = array(); /** - * how many locationBlocks should we display? + * How many locationBlocks should we display? * * @var int * @const @@ -91,7 +91,7 @@ class CRM_Contact_Form_Domain extends CRM_Core_Form { } /* - * This function sets the default values for the form. + * Set default values for the form. * the default values are retrieved from the database * * @access public @@ -150,7 +150,7 @@ class CRM_Contact_Form_Domain extends CRM_Core_Form { } /** - * Function to actually build the form + * Build the form object * * @return void * @access public @@ -199,7 +199,7 @@ class CRM_Contact_Form_Domain extends CRM_Core_Form { } /** - * global validation rules for the form + * Global validation rules for the form * * @param array $fields posted values of the form *