Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Thenbsp
Wechat
Menu
ButtonCollectionInterface
PHP 인터페이스 Thenbsp\Wechat\Menu\ButtonCollectionInterface
파일 보기
프로젝트 열기: thenbsp/wechat
공개 메소드들
메소드
설명
addChild
(
Thenbsp\Wechat\Menu\ButtonInterface
$button
)
添加子菜单
getChild
( )
获取子按钮
hasChild
( )
检测是否有子菜单
메소드 상세
addChild()
공개
메소드
添加子菜单
public
addChild
(
Thenbsp\Wechat\Menu\ButtonInterface
$button
)
$button
Thenbsp\Wechat\Menu\ButtonInterface
getChild()
공개
메소드
获取子按钮
public
getChild
( )
hasChild()
공개
메소드
检测是否有子菜单
public
hasChild
( )