���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/alphpwcp/public_html/us/alphachat/lib/core/lhgenericbot/actionsChat/lhgenericbotupdateactions.php
���ѧ٧ѧ�
<?php class erLhcoreClassGenericBotUpdateActions { public static function transferToOperatorAction($chat, $payload) { $msg = new erLhcoreClassModelmsg(); $msg->msg = isset($payload['payload_message']) ? $payload['payload_message'] : erTranslationClassLhTranslation::getInstance()->getTranslation('chat/startchat','Chat was transferred to operator!'); $msg->chat_id = $chat->id; $msg->name_support = erTranslationClassLhTranslation::getInstance()->getTranslation('chat/startchat','Live Support'); $msg->user_id = -2; $msg->time = time() + 1; erLhcoreClassChat::getSession()->save($msg); $chat->status = erLhcoreClassModelChat::STATUS_PENDING_CHAT; $chat->status_sub_sub = erLhcoreClassModelChat::STATUS_SUB_SUB_CLOSED;; // Will be used to indicate that we have to show notification for this chat if it appears on list $chat->pnd_time = time(); $chat->saveThis(); return $msg; } public static function transferToBotAction($chat, $payload) { $msg = new erLhcoreClassModelmsg(); $msg->msg = isset($payload['payload_message']) ? $payload['payload_message'] : erTranslationClassLhTranslation::getInstance()->getTranslation('chat/startchat','Chat was transferred to bot!'); $msg->chat_id = $chat->id; $msg->name_support = erTranslationClassLhTranslation::getInstance()->getTranslation('chat/startchat','Live Support'); $msg->user_id = -2; $msg->time = time() + 1; erLhcoreClassChat::getSession()->save($msg); $chat->status = erLhcoreClassModelChat::STATUS_BOT_CHAT; $chat->saveThis(); return $msg; } } ?>
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�