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 ( )