| Total Complexity | 2 |
| Total Lines | 26 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 7 | class SignatureConfig extends AbstractPlugin |
||
| 8 | { |
||
| 9 | |||
| 10 | /** |
||
| 11 | * sign url. |
||
| 12 | * @return string |
||
| 13 | */ |
||
| 14 | public function getMethod() |
||
| 17 | } |
||
| 18 | |||
| 19 | /** |
||
| 20 | * handle. |
||
| 21 | * @param string $prefix |
||
| 22 | * @param null $callBackUrl |
||
|
|
|||
| 23 | * @param array $customData |
||
| 24 | * @param int $expire |
||
| 25 | * @param int $contentLengthRangeValue |
||
| 26 | * @param array $systemData |
||
| 27 | * @return mixed |
||
| 28 | */ |
||
| 29 | public function handle($prefix = '', $callBackUrl = null, $customData = [], $expire = 30, $contentLengthRangeValue = 1048576000, $systemData = []) |
||
| 36 |