Merge pull request #1 from civicrm/master
[civicrm-core.git] / CRM / Pledge / Selector / Search.php
index 5c87aae324a1861e726e22e70bcc3414b08354d9..b2d39ad3b71bcd53bc14f01f986db42b43f0de2a 100644 (file)
@@ -43,21 +43,21 @@ class CRM_Pledge_Selector_Search extends CRM_Core_Selector_Base {
    *
    * @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',
     'sort_name',
     'display_name',
@@ -80,14 +80,14 @@ class CRM_Pledge_Selector_Search extends CRM_Core_Selector_Base {
   /**
    * Are we restricting ourselves to a single contact
    *
-   * @var boolean
+   * @var bool
    */
   protected $_single = FALSE;
 
   /**
    * Are we restricting ourselves to a single contact
    *
-   * @var boolean
+   * @var bool
    */
   protected $_limit = NULL;