Home
last modified time | relevance | path

Searched refs:get_setting (Results 1 – 3 of 3) sorted by relevance

/plugin/authucenter/lib/uc_client/model/
H A Dcache.php94 return $this->base->get_setting();
H A Duser.php76 $censorusername = $this->base->get_setting('censorusername');
97 $setting = $this->base->get_setting(array('accessemail', 'censoremail'));
H A Dbase.php124 function get_setting($k = array(), $decode = FALSE) { function in base