Total Complexity | 1 |
Total Lines | 14 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
8 | class Factory |
||
9 | { |
||
10 | /** |
||
11 | * @param $resource |
||
12 | * @param $advertiserId |
||
13 | * @param $accessToken |
||
14 | * @param string $responseType |
||
15 | * @param bool $check |
||
16 | * @return BaseClient |
||
17 | * @throws \CloudyCity\TencentMarketingSDK\Kernel\Exceptions\InvalidResourceException |
||
18 | */ |
||
19 | public static function getClient($resource, $advertiserId, $accessToken, $responseType = 'array', $check = false) |
||
24 |