Remove deprecated function.
[civicrm-core.git] / CRM / Core / Region.php
index 6ece48f8893d79d04521385c11e522672afefc1b..4fc96a074e89ee35fd91f27fb6466a84d72891da 100644 (file)
@@ -29,9 +29,11 @@ class CRM_Core_Region {
   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
    */
   public $_snippets;