Exemplo n.º 1
0
 /**
  * Allows refresh of the hidden subpanels list from outside of this class
  *
  * @param $bool
  */
 public static function setRefreshHiddenSubpanels($bool)
 {
     self::$refreshHiddenSubpanels = (bool) $bool;
 }