Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Thenbsp
Wechat
Menu
ButtonCollectionInterface
PHP Interface Thenbsp\Wechat\Menu\ButtonCollectionInterface
Afficher le fichier
Open project: thenbsp/wechat
Méthodes publiques
Méthode
Description
addChild
(
Thenbsp\Wechat\Menu\ButtonInterface
$button
)
添加子菜单
getChild
( )
获取子按钮
hasChild
( )
检测是否有子菜单
Method Details
addChild()
public
méthode
添加子菜单
public
addChild
(
Thenbsp\Wechat\Menu\ButtonInterface
$button
)
$button
Thenbsp\Wechat\Menu\ButtonInterface
getChild()
public
méthode
获取子按钮
public
getChild
( )
hasChild()
public
méthode
检测是否有子菜单
public
hasChild
( )