X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContact%2FForm%2FCustomData.php;h=8d9d3641cd007229aaf2d1488881f496b622174b;hb=63e91f559645ec20ff4bcce59ea8c5cad7ced61e;hp=1a5f9893a86263e77b0f10a29402ac01a2eece37;hpb=3c230724ef43e5e842d00014d729d40c3eb5bd96;p=civicrm-core.git diff --git a/CRM/Contact/Form/CustomData.php b/CRM/Contact/Form/CustomData.php index 1a5f9893a8..8d9d3641cd 100644 --- a/CRM/Contact/Form/CustomData.php +++ b/CRM/Contact/Form/CustomData.php @@ -51,14 +51,14 @@ class CRM_Contact_Form_CustomData extends CRM_Core_Form { protected $_tableId; /** - * entity type of the table id + * Entity type of the table id * * @var string */ protected $_entityType; /** - * entity sub type of the table id + * Entity sub type of the table id * * @var string * @access protected @@ -66,7 +66,7 @@ class CRM_Contact_Form_CustomData extends CRM_Core_Form { protected $_entitySubType; /** - * the group tree data + * The group tree data * * @var array */ @@ -94,7 +94,7 @@ class CRM_Contact_Form_CustomData extends CRM_Core_Form { protected $_groupCollapseDisplay; /** - * custom group id + * Custom group id * * @int * @access public @@ -105,7 +105,7 @@ class CRM_Contact_Form_CustomData extends CRM_Core_Form { public $_copyValueId; /** - * pre processing work done here. + * Pre processing work done here. * * gets session variables for table name, id of entity in table, type of entity and stores them. * @@ -175,7 +175,7 @@ class CRM_Contact_Form_CustomData extends CRM_Core_Form { } /** - * Function to actually build the form + * Build the form object * * @return void * @access public