CRM-19925 Add Entity data and date format data to fields array on DAO.
[civicrm-core.git] / CRM / Core / DAO / PrintLabel.php
index 9f4bdb812af6066af55af302ee716c2a34cdf3d8..126d009b87a818cbdae0c1dee46f7ad87ca3d047 100644 (file)
  */
 require_once 'CRM/Core/DAO.php';
 require_once 'CRM/Utils/Type.php';
+/**
+ * CRM_Core_DAO_PrintLabel constructor.
+ */
 class CRM_Core_DAO_PrintLabel extends CRM_Core_DAO {
   /**
-   * static instance to hold the table name
+   * Static instance to hold the table name.
    *
    * @var string
    */
   static $_tableName = 'civicrm_print_label';
   /**
-   * 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
    */
@@ -114,16 +116,14 @@ class CRM_Core_DAO_PrintLabel extends CRM_Core_DAO {
    */
   public $created_id;
   /**
-   * class constructor
-   *
-   * @return civicrm_print_label
+   * Class constructor.
    */
   function __construct() {
     $this->__table = 'civicrm_print_label';
     parent::__construct();
   }
   /**
-   * Returns foreign keys and entity references
+   * Returns foreign keys and entity references.
    *
    * @return array
    *   [CRM_Core_Reference_Interface]