Merge pull request #14241 from colemanw/enableApi4
[civicrm-core.git] / CRM / Contact / Selector.php
index 385958764e9e2ac9bcdb5c7866b20bf3f6f35d13..a560a9adf32b174801cbc0aa9feec73d92bc9b1a 100644 (file)
@@ -45,20 +45,20 @@ class CRM_Contact_Selector extends CRM_Core_Selector_Base implements CRM_Core_Se
    *
    * @var array
    */
-  static $_links = NULL;
+  public static $_links = NULL;
 
   /**
    * We use desc to remind us what that column is, name is used in the tpl
    *
    * @var array
    */
-  static $_columnHeaders;
+  public static $_columnHeaders;
 
   /**
    * Properties of contact we're interested in displaying
    * @var array
    */
-  static $_properties = [
+  public static $_properties = [
     'contact_id',
     'contact_type',
     'contact_sub_type',