Beispiel #1
0
 /**
  * Parse response.
  *
  * @param string $response
  * @return array
  */
 protected function parseResponse($response)
 {
     return array_replace_recursive(parent::parseResponse($response), $this->parseResponseSelections($response));
 }