AdobeConnectClient\Converter\ConverterInterface::convert
Converts the data into an associative array with camelCase keys
Example: [ 'status' => [ 'code' => 'invalid', 'invalid' => [ 'field' => 'login', 'type' => 'string', 'subcode' => 'missing', ], ], 'common' => [ 'zoneId' => 3, 'locale' => '', ], ];
Signature
public function convert(ResponseInterface
$response )
Parameters
$response
— AdobeConnectClient\Connection\ResponseInterface
Returns
- array
Errors/Exceptions
-
InvalidArgumentException
- if data is invalid