Home
last modified time | relevance | path

Searched refs:uc_note (Results 1 – 2 of 2) sorted by relevance

/plugin/authucenter/lib/api/
H A Duc.php57 $uc_note = new uc_note(); variable
58 echo $uc_note->$get['action']($get, $post);
67 class uc_note { class
81 function uc_note() { function in uc_note
/plugin/authucenter/lib/uc_client/model/
H A Dnote.php119 $uc_note = new uc_note();
127 $response = $uc_note->$method($note['getdata'], $note['postdata']);
129 unset($uc_note);