예제 #1
0
 public function get_by_id($uuid)
 {
     $userTable = new UserTable();
     return $userTable->get_by_id($uuid);
 }