Overview

Packages

  • None
  • WxRobot
    • Admin
    • Cmd
    • CoreFunctions
    • Exends
    • Install
    • Table
    • Uninstall
    • WxSDK

Classes

  • WxRobot_Table_Extends
  • WxRobot_Table_Menu
  • WxRobot_Table_Records
  • WxRobot_Table_Reply
  • WxRobot_Wp
  • Overview
  • Package
  • Class

Class WxRobot_Table_Reply

WxRobot_Table_Reply 微信关键子设置模型

Package: WxRobot\Table
Author: midoks
Located at class-wx-table-reply.php
Methods summary
public static WxRobot_Table_Extends
# instance( )

WxRobot 扩展表类实例化

WxRobot 扩展表类实例化

Returns

WxRobot_Table_Extends
  • Table Extends instance
public
# insert_relpy( string $keyword, string $relpy, string $status, integer $type, integer $sort = 1 )

插入数据

插入数据

Parameters

$keyword
关键字
$relpy
$reply 回复内容
$status
状态
$type
类型
$sort

排序 return bool

public mixed
# weixin_get_relpy_data( string $kw = '' )

获取回复数据

获取回复数据

Parameters

$kw
关键字

Returns

mixed
public boolean
# delete_relpy_id( integer $id )

删除关键字数据

删除关键字数据

Parameters

$id
ID

Returns

boolean
public boolean
# change_relpy_status( integer $id, integer $status )

改变status状态

改变status状态

Parameters

$id
ID
$status
状态值

Returns

boolean
public
# change_reply( integer $id, string $keyword, string $relpy, string $type )

更改关键字回复内容

更改关键字回复内容

Parameters

$id
ID
$keyword
关键字
$relpy
$reply 回复内容
$type
类型
Properties summary
public string $table_prefix

表前缀

表前缀

# 'midoks_'
public static $_instance

Table Extends Instance

Table Extends Instance

# null
API documentation generated by ApiGen