コード例 #1
0
 public function getUserListWithCorrespondence()
 {
     $userId = OW::getUser()->getId();
     $userIdList = $this->messageDao->findUserListWithCorrespondence($userId);
     return $userIdList;
 }