getAllPreferences() публичный статический Метод

public static getAllPreferences ( $get_prefs_values = true )
Пример #1
0
 /**
  * 
  */
 public function index()
 {
     $rep = $this->getResponse('html');
     $tpl = new jTpl();
     $tpl->assign('prefs', jPrefManager::getAllPreferences());
     $rep->body->assign('MAIN', $tpl->fetch('prefs_index'));
     $rep->body->assign('selectedMenuItem', 'pref');
     return $rep;
 }