GET
GET = 'get'
Class Menu.
$http : \EasyWeChat\Core\Http
Http instance.
$accessToken : \EasyWeChat\Core\AccessToken
The request token.
__construct(\EasyWeChat\Core\AccessToken $accessToken)
Constructor.
\EasyWeChat\Core\AccessToken | $accessToken |
getHttp() : \EasyWeChat\Core\Http
Return the http instance.
setHttp(\EasyWeChat\Core\Http $http) : $this
Set the http instance.
\EasyWeChat\Core\Http | $http |
getAccessToken() : \EasyWeChat\Core\AccessToken
Return the current accessToken.
setAccessToken(\EasyWeChat\Core\AccessToken $accessToken) : $this
Set the request token.
\EasyWeChat\Core\AccessToken | $accessToken |
parseJSON(string $method, array $args) : \EasyWeChat\Support\Collection
Parse JSON from response and check error.
string | $method | |
array | $args |
all() : \EasyWeChat\Support\Collection
Get all menus.
current() : \EasyWeChat\Support\Collection
Get current menus.
add(array $buttons, array $matchRule = array()) : \EasyWeChat\Support\Collection
Add menu.
array | $buttons | |
array | $matchRule |
destroy(integer $menuId = null) : \EasyWeChat\Support\Collection
Destroy menu.
integer | $menuId |
test(string $userId) : \EasyWeChat\Support\Collection
Test conditional menu.
string | $userId |