X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FBAO%2FMapping.php;h=7857c4bfd5c9f7cff9015ed7d5ae517e951120d4;hb=8d469992190aa62e0241bb124f8de3a65033f9aa;hp=c77d80d8c33ce1144c07d69c3f82e5219bcaf2e8;hpb=bc5479b705c153c5cd02a10b1cca400ac78d493b;p=civicrm-core.git diff --git a/CRM/Core/BAO/Mapping.php b/CRM/Core/BAO/Mapping.php index c77d80d8c3..7857c4bfd5 100644 --- a/CRM/Core/BAO/Mapping.php +++ b/CRM/Core/BAO/Mapping.php @@ -35,14 +35,14 @@ class CRM_Core_BAO_Mapping extends CRM_Core_DAO_Mapping { /** - * Class constructor + * Class constructor. */ public function __construct() { parent::__construct(); } /** - * Fetch object based on array of properties + * Fetch object based on array of properties. * * @param array $params * (reference ) an assoc array of name/value pairs. @@ -63,7 +63,7 @@ class CRM_Core_BAO_Mapping extends CRM_Core_DAO_Mapping { } /** - * Delete the mapping + * Delete the mapping. * * @param int $id * Mapping id. @@ -89,7 +89,7 @@ class CRM_Core_BAO_Mapping extends CRM_Core_DAO_Mapping { } /** - * Takes an associative array and creates a contact object + * Takes an associative array and creates a contact object. * * The function extract all the params it needs to initialize the create a * contact object. the params array could contain additional unused name/value @@ -110,7 +110,7 @@ class CRM_Core_BAO_Mapping extends CRM_Core_DAO_Mapping { } /** - * Get the list of mappings + * Get the list of mappings. * * @param string $mappingTypeId * Mapping type id. @@ -132,7 +132,7 @@ class CRM_Core_BAO_Mapping extends CRM_Core_DAO_Mapping { } /** - * Get the mapping fields + * Get the mapping fields. * * @param int $mappingId * Mapping id. @@ -197,7 +197,7 @@ class CRM_Core_BAO_Mapping extends CRM_Core_DAO_Mapping { } /** - * Check Duplicate Mapping Name + * Check Duplicate Mapping Name. * * @param string $nameField * mapping Name. @@ -245,7 +245,7 @@ class CRM_Core_BAO_Mapping extends CRM_Core_DAO_Mapping { } /** - * Build the mapping form + * Build the mapping form. * * @param CRM_Core_Form $form * @param string $mappingType @@ -952,7 +952,7 @@ class CRM_Core_BAO_Mapping extends CRM_Core_DAO_Mapping { /** - * Function returns all Custom group Names + * Function returns all Custom group Names. * * @param int $customfieldId * Related file id.