X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FDAO%2FPrintLabel.php;h=126d009b87a818cbdae0c1dee46f7ad87ca3d047;hb=3cef3c00ce1e3de5ee93ee44bc1a1d1d3d406385;hp=70fd80b85e88b9bc68000c09d0ab6c0997cbba64;hpb=12add2d5415d6d7cf90eb1f5917dde3a7e856d05;p=civicrm-core.git diff --git a/CRM/Core/DAO/PrintLabel.php b/CRM/Core/DAO/PrintLabel.php index 70fd80b85e..126d009b87 100644 --- a/CRM/Core/DAO/PrintLabel.php +++ b/CRM/Core/DAO/PrintLabel.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 4.7 | +--------------------------------------------------------------------+ -| Copyright CiviCRM LLC (c) 2004-2016 | +| Copyright CiviCRM LLC (c) 2004-2017 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -26,7 +26,7 @@ */ /** * @package CRM - * @copyright CiviCRM LLC (c) 2004-2016 + * @copyright CiviCRM LLC (c) 2004-2017 * * Generated from xml/schema/CRM/Core/PrintLabel.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen @@ -34,16 +34,18 @@ */ 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]