Exemple #1
0
<?php

MthemeSidebar::renderData();
 /**
  * Refreshes module data
  *
  * @access public
  * @return void
  */
 public static function refresh()
 {
     self::$data = (array) MthemeCore::getOption(__CLASS__);
 }