本文整理汇总了PHP中erLhcoreClassChat::canReopenDirectly方法的典型用法代码示例。如果您正苦于以下问题:PHP erLhcoreClassChat::canReopenDirectly方法的具体用法?PHP erLhcoreClassChat::canReopenDirectly怎么用?PHP erLhcoreClassChat::canReopenDirectly使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类erLhcoreClassChat
的用法示例。
在下文中一共展示了erLhcoreClassChat::canReopenDirectly方法的1个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: htmlspecialchars
$tosVariable = 'offline_tos_visible_in_page_widget';
$tosCheckedVariable = 'tos_checked_offline';
?>
<?php
include_once erLhcoreClassDesign::designtpl('lhchat/part/accept_tos.tpl.php');
?>
<div class="btn-group" role="group" aria-label="...">
<?php
include erLhcoreClassDesign::designtpl('lhchat/part/buttons/leave_a_message_button_widget.tpl.php');
?>
<?php
include erLhcoreClassDesign::designtpl('lhchat/part/offline_button_multiinclude.tpl.php');
?>
<?php
if (erLhcoreClassModelChatConfig::fetch('reopen_chat_enabled')->current_value == 1 && ($reopenData = erLhcoreClassChat::canReopenDirectly(array('reopen_closed' => erLhcoreClassModelChatConfig::fetch('allow_reopen_closed')->current_value))) !== false) {
?>
<?php
include erLhcoreClassDesign::designtpl('lhchat/part/buttons/reopen_offline_button_widget.tpl.php');
?>
<?php
}
?>
</div>
<input type="hidden" value="<?php
echo htmlspecialchars($referer);
?>
" name="URLRefer"/>
<input type="hidden" value="1" name="StartChat"/>