Merge pull request #8916 from cividesk/CRM-19256-4.7
[civicrm-core.git] / CRM / Core / DAO / MappingField.php
index 13b1694f394738517732c972fa535adccae6cf35..aa1361a992a6cf7e727b0bab054e4ebf9067d254 100644 (file)
  */
 require_once 'CRM/Core/DAO.php';
 require_once 'CRM/Utils/Type.php';
+/**
+ * CRM_Core_DAO_MappingField constructor.
+ */
 class CRM_Core_DAO_MappingField extends CRM_Core_DAO {
   /**
-   * static instance to hold the table name
+   * Static instance to hold the table name.
    *
    * @var string
    */
   static $_tableName = 'civicrm_mapping_field';
   /**
-   * static value to see if we should log any modifications to
-   * this table in the civicrm_log table
+   * Should CiviCRM log any modifications to this table in the civicrm_log table.
    *
    * @var boolean
    */
@@ -133,16 +135,14 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO {
    */
   public $value;
   /**
-   * class constructor
-   *
-   * @return civicrm_mapping_field
+   * Class constructor.
    */
   function __construct() {
     $this->__table = 'civicrm_mapping_field';
     parent::__construct();
   }
   /**
-   * Returns foreign keys and entity references
+   * Returns foreign keys and entity references.
    *
    * @return array
    *   [CRM_Core_Reference_Interface]