class TencentMail extends Container

Properties

protected $providers 服务提供器数组.
Client $request
string $corpId
string $departmentSecret
string $loginSecret
string $mailSecret
string $userOptionSecret
string $logSecret
Cache|mixed $cache
Client $access_token
Client $department
Client $group
Client $log
Client $login
Client $mail
Client $user
Client $userOption

Methods

__construct(array $config = [])

No description

mixed
__get($name)

通过调用属性,获取对象

__call($name, $arguments)

No description

Details

at line 58
__construct(array $config = [])

Parameters

array $config

at line 88
mixed __get($name)

通过调用属性,获取对象

Parameters

$name

Return Value

mixed

Exceptions

Exception

at line 100
__call($name, $arguments)

Parameters

$name
$arguments