(NFC) Update CRM/Event folder for the new coder style
[civicrm-core.git] / CRM / Event / Selector / Search.php
index 2e6532adcba3819642f832e402b69004dbb99b4f..fb79e008db8ede43dde4c4b0d8e13580a68a0e72 100644 (file)
@@ -46,20 +46,20 @@ class CRM_Event_Selector_Search extends CRM_Core_Selector_Base implements CRM_Co
    *
    * @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',
     'sort_name',