Searched refs:api_response (Results 1 – 1 of 1) sorted by relevance
148 $parameter_array['thumbnails'] = $this->findMedia($api_response);152 $html = $this->renderTable($parameter_array, $api_response);163 $api_response = $this->sendRecordRequest($parameter_array);164 $thumbnails = $this->findMedia($api_response);172 $api_response = $this->sendRecordRequest($parameter_array);231 function renderTable($parameter_array, $api_response): string { argument237 foreach($api_response['records'] as $record) {266 function renderRecord($parameter_array, $api_response): string { argument278 if(is_array($api_response['fields'][$field])) {284 <p>' . $this->renderAnyExternalLinks($api_response['fields'][$field]) . '</p>[all …]