Merge pull request #8916 from cividesk/CRM-19256-4.7
[civicrm-core.git] / CRM / Core / DAO / Extension.php
index 950135f85981c3579f28f5a600d6cd2c84fa0e2a..cc948c47f86d7193564f066abbc685ede91a880f 100644 (file)
  */
 require_once 'CRM/Core/DAO.php';
 require_once 'CRM/Utils/Type.php';
+/**
+ * CRM_Core_DAO_Extension constructor.
+ */
 class CRM_Core_DAO_Extension extends CRM_Core_DAO {
   /**
-   * static instance to hold the table name
+   * Static instance to hold the table name.
    *
    * @var string
    */
   static $_tableName = 'civicrm_extension';
   /**
-   * 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
    */
@@ -96,9 +98,7 @@ class CRM_Core_DAO_Extension extends CRM_Core_DAO {
    */
   public $is_active;
   /**
-   * class constructor
-   *
-   * @return civicrm_extension
+   * Class constructor.
    */
   function __construct() {
     $this->__table = 'civicrm_extension';