Fix comments on DAO files
[civicrm-core.git] / CRM / Core / DAO / Website.php
index 9bf2a932949350ad2159d6a1aad0d2e32947b8b4..bfd5ab4fc0c385ec148b32a6cd99b4035093aa37 100644 (file)
  */
 require_once 'CRM/Core/DAO.php';
 require_once 'CRM/Utils/Type.php';
+/**
+ * CRM_Core_DAO_Website constructor.
+ */
 class CRM_Core_DAO_Website extends CRM_Core_DAO {
   /**
-   * static instance to hold the table name
+   * Static instance to hold the table name.
    *
    * @var string
    */
   static $_tableName = 'civicrm_website';
   /**
-   * 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
    */
@@ -73,16 +75,14 @@ class CRM_Core_DAO_Website extends CRM_Core_DAO {
    */
   public $website_type_id;
   /**
-   * class constructor
-   *
-   * @return civicrm_website
+   * Class constructor.
    */
   function __construct() {
     $this->__table = 'civicrm_website';
     parent::__construct();
   }
   /**
-   * Returns foreign keys and entity references
+   * Returns foreign keys and entity references.
    *
    * @return array
    *   [CRM_Core_Reference_Interface]