AdobeConnectClient\Connection\Curl\Connection::get
Send a GET request.
Signature
public function get([array
$queryParams = ] )
Parameters
$queryParams
—
array
- Associative array to add params in URL
Returns
- void
Errors/Exceptions
-
UnexpectedValueException
- if server does not respond
Defined by Interface
ConnectionInterface
Test Coverage
Information
- Coverage: / Lines (%)
- Tests: 0
- Passed: 0 (0%)
Violations
PHPMessDetector
Line |
Rule |
Message |
65 |
ShortVariable
|
Avoid variables with short names like $ch. Configured minimum length is 3. |