Merge pull request #15263 from JMAConsulting/financial-67
[civicrm-core.git] / CRM / Core / DAO / Menu.php
index d27cc7b97e3ff6fee01e67d334fdddd1df6bf6a2..4238d8423621efb10d905f8c91e527d341de902f 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/Menu.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:7e990a38897543a3f411792e0ba47f90)
+ * (GenCodeChecksum:42fee92ca199cddbfabfac15b1f3d641)
  */
 
 /**
@@ -29,14 +29,14 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO {
   public static $_log = FALSE;
 
   /**
-   * @var int unsigned
+   * @var int
    */
   public $id;
 
   /**
    * Which Domain is this menu item for
    *
-   * @var int unsigned
+   * @var int
    */
   public $domain_id;
 
@@ -111,35 +111,35 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO {
   /**
    * Component that this menu item belongs to
    *
-   * @var int unsigned
+   * @var int
    */
   public $component_id;
 
   /**
    * Is this menu item active?
    *
-   * @var boolean
+   * @var bool
    */
   public $is_active;
 
   /**
    * Is this menu accessible to the public?
    *
-   * @var boolean
+   * @var bool
    */
   public $is_public;
 
   /**
    * Is this menu exposed to the navigation system?
    *
-   * @var boolean
+   * @var bool
    */
   public $is_exposed;
 
   /**
    * Should this menu be exposed via SSL if enabled?
    *
-   * @var boolean
+   * @var bool
    */
   public $is_ssl;
 
@@ -167,7 +167,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO {
   /**
    * skip this url being exposed to breadcrumb
    *
-   * @var boolean
+   * @var bool
    */
   public $skipBreadcrumb;
 
@@ -237,7 +237,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO {
             'table' => 'civicrm_domain',
             'keyColumn' => 'id',
             'labelColumn' => 'name',
-          ]
+          ],
         ],
         'path' => [
           'name' => 'path',
@@ -378,7 +378,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO {
             'table' => 'civicrm_component',
             'keyColumn' => 'id',
             'labelColumn' => 'name',
-          ]
+          ],
         ],
         'is_active' => [
           'name' => 'is_active',