Home
last modified time | relevance | path

Searched refs:get_apps (Results 1 – 5 of 5) sorted by relevance

/plugin/authucenter/lib/uc_client/control/
H A Dapp.php25 $applist = $_ENV['app']->get_apps('appid, type, name, url, tagtemplates, viewprourl, synlogin');
/plugin/authucenter/lib/uc_client/model/
H A Dapp.php26 function get_apps($col = '*', $where = '') { function in appmodel
H A Dcache.php82 $apps = $_ENV['app']->get_apps();
H A Dtag.php48 $tmp = $_ENV['app']->get_apps('type', "appid='$appid'");
H A Dmisc.php29 function get_apps($col = '*', $where = '') { function in miscmodel