(REF) Remove unused function CRM_Core_Block::setTemplateMenuValues
[civicrm-core.git] / CRM / Core / Region.php
index 6ea85bc07a8442ab022305e1c7c7865ca0502d1d..4fc96a074e89ee35fd91f27fb6466a84d72891da 100644 (file)
@@ -26,21 +26,23 @@ class CRM_Core_Region {
    *
    * @var string
    */
-  var $_name;
+  public $_name;
 
   /**
-   * List of snippets to inject within region
+   * List of snippets to inject within region.
    *
-   * @var array; e.g. $this->_snippets[3]['type'] = 'template';
+   * e.g. $this->_snippets[3]['type'] = 'template';
+   *
+   * @var array
    */
-  var $_snippets;
+  public $_snippets;
 
   /**
    * Whether the snippets array has been sorted
    *
-   * @var boolean
+   * @var bool
    */
-  var $_isSorted;
+  public $_isSorted;
 
   /**
    * @param string $name