X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FRegion.php;h=4fc96a074e89ee35fd91f27fb6466a84d72891da;hb=b7d6b1fa46feee35b89b35e51924aae59ea00826;hp=6ea85bc07a8442ab022305e1c7c7865ca0502d1d;hpb=eeca7960db033b9ee3511f6bf7d1217b1b5caed9;p=civicrm-core.git diff --git a/CRM/Core/Region.php b/CRM/Core/Region.php index 6ea85bc07a..4fc96a074e 100644 --- a/CRM/Core/Region.php +++ b/CRM/Core/Region.php @@ -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