Merge pull request #14845 from colemanw/Set
[civicrm-core.git] / CRM / Core / Session.php
index c9d10d2b3a9f1821849269647a6af78162144e78..982c63fa9c3d5071cb6867676838323ec25cc1bb 100644 (file)
@@ -32,8 +32,9 @@ class CRM_Core_Session {
 
   /**
    * Cache of all the session names that we manage.
+   * @var array
    */
-  static $_managedNames = NULL;
+  public static $_managedNames = NULL;
 
   /**
    * Key is used to allow the application to have multiple top
@@ -538,7 +539,7 @@ class CRM_Core_Session {
   /**
    * Retrieve contact id of the logged in user.
    *
-   * @return int|NULL
+   * @return int|null
    *   contact ID of logged in user
    */
   public static function getLoggedInContactID() {