Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Thenbsp
Wechat
Message
Entity
Article
PHP Class Thenbsp\Wechat\Message\Entity\Article
Inheritance:
extends
Thenbsp\Wechat\Message\Entity
Mostrar archivo
Open project: thenbsp/wechat
Protected Properties
Property
Type
Description
$items
图文列表
Public Methods
Method
Description
addItem
(
ArticleItem
$item
)
添加图文
getBody
( )
消息内容
getType
( )
消息类型
Method Details
addItem()
public
method
添加图文
public
addItem
(
ArticleItem
$item
)
$item
ArticleItem
getBody()
public
method
消息内容
public
getBody
( )
getType()
public
method
消息类型
public
getType
( )
Property Details
$items
protected_oe property
图文列表
protected
$items