mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 06:39:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@928 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8eda8c981a
commit
97cc64a9dc
18 changed files with 334 additions and 7 deletions
|
|
@ -182,6 +182,36 @@
|
|||
$this->setTemplateFile('logout');
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief 쪽지함 출력
|
||||
**/
|
||||
function dispMemberMessage() {
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief 쪽지 발송 출력
|
||||
**/
|
||||
function dispMemberSendMessage() {
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief 친구 목록 보기
|
||||
**/
|
||||
function dispMemberFriends() {
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief 친구 추가
|
||||
**/
|
||||
function dispMemberAddFriend() {
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief 친구 그룹 추가
|
||||
**/
|
||||
function dispMemberFriendGroup() {
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief 회원 목록 출력
|
||||
**/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue