|
| | init () |
| |
| | getConfig () |
| |
| | getGrantArray ($default, $group) |
| | get grant array for insert to database. table module_config's config field More...
|
| |
| | checkGrant ($arrGrant) |
| | check member's grant More...
|
| |
| | getSelectedMessage ($message_srl, $columnList=array()) |
| |
| | getNewMessage ($columnList=array()) |
| |
| | getMessages ($message_type="R", $columnList=array()) |
| |
| | getFriends ($friend_group_srl=0, $columnList=array()) |
| |
| | isAddedFriend ($member_srl) |
| |
| | getFriendGroupInfo ($friend_group_srl) |
| |
| | getFriendGroups () |
| |
| | isFriend ($target_srl) |
| |
| | moduleInstall () |
| |
| | checkUpdate () |
| |
| | moduleUpdate () |
| |
| | recompileCache () |
| |
| | setModule ($module) |
| |
| | setModulePath ($path) |
| |
| | setRedirectUrl ($url= './', $output=NULL) |
| |
| | getRedirectUrl () |
| |
| | setMessage ($message= 'success', $type=NULL) |
| |
| | setMessageType ($type) |
| |
| | getMessageType () |
| |
| | setRefreshPage () |
| |
| | setAct ($act) |
| |
| | setModuleInfo ($module_info, $xml_info) |
| |
| | stop ($msg_code) |
| |
| | setTemplateFile ($filename) |
| |
| | getTemplateFile () |
| |
| | setTemplatePath ($path) |
| |
| | getTemplatePath () |
| |
| | setEditedLayoutFile ($filename) |
| |
| | getEditedLayoutFile () |
| |
| | setLayoutFile ($filename) |
| |
| | getLayoutFile () |
| |
| | setLayoutPath ($path) |
| |
| | getLayoutPath ($layout_name="", $layout_type="P") |
| |
| | proc () |
| |
| | __construct ($error=0, $message= 'success') |
| |
| | setError ($error=0) |
| |
| | getError () |
| |
| | setHttpStatusCode ($code= '200') |
| |
| | getHttpStatusCode () |
| |
| | setMessage ($message= 'success', $type=NULL) |
| |
| | getMessage () |
| |
| | add ($key, $val) |
| |
| | adds ($object) |
| |
| | get ($key) |
| |
| | gets () |
| |
| | getVariables () |
| |
| | getObjectVars () |
| |
| | toBool () |
| |
| | toBoolean () |
| |
| communicationModel::checkGrant |
( |
|
$arrGrant | ) |
|
check member's grant
- Parameters
-
| object | $member_info | |
| array | $arrGrant | |
- Returns
- boolean
Definition at line 108 of file communication.model.php.
| communicationModel::getConfig |
( |
| ) |
|
| communicationModel::getFriendGroupInfo |
( |
|
$friend_group_srl | ) |
|
| communicationModel::getFriendGroups |
( |
| ) |
|
| communicationModel::getFriends |
( |
|
$friend_group_srl = 0, |
|
|
|
$columnList = array() |
|
) |
| |
| communicationModel::getGrantArray |
( |
|
$default, |
|
|
|
$group |
|
) |
| |
get grant array for insert to database. table module_config's config field
- Parameters
-
| string | $default | |
| array | $group | |
- Returns
- array
Definition at line 69 of file communication.model.php.
| communicationModel::getMessages |
( |
|
$message_type = "R", |
|
|
|
$columnList = array() |
|
) |
| |
get a message list
- Parameters
-
| string | $message_type | (R: Received Message, S: Sent Message, T: Archive) |
| array | $columnList | |
- Returns
- BaseObject
Definition at line 240 of file communication.model.php.
| communicationModel::getNewMessage |
( |
|
$columnList = array() | ) |
|
| communicationModel::getSelectedMessage |
( |
|
$message_srl, |
|
|
|
$columnList = array() |
|
) |
| |
get the message contents
- Parameters
-
| int | $message_srl | |
| array | $columnList | |
- Returns
- object message information
Definition at line 156 of file communication.model.php.
| communicationModel::init |
( |
| ) |
|
| communicationModel::isAddedFriend |
( |
|
$member_srl | ) |
|
| communicationModel::isFriend |
( |
|
$target_srl | ) |
|
check whether to be added in the friend list
- Parameters
-
- Returns
- boolean (true : friend, false : not friend)
Definition at line 363 of file communication.model.php.
The documentation for this class was generated from the following file: