Home
last modified time | relevance | path

Searched refs:parameter_array (Results 1 – 1 of 1) sorted by relevance

/plugin/airtable/
Dsyntax.php146 … $parameter_array = $this->parseTableString($user_string);
147 … $api_response = $this->sendTableRequest($parameter_array);
148 $parameter_array['thumbnails'] = $this->findMedia($api_response);
150 … $html = $this->renderRecord($parameter_array, $api_response['records'][0]);
152 $html = $this->renderTable($parameter_array, $api_response);
156 … $parameter_array = $this->parseRecordString($user_string);
157 … $api_response = $this->sendRecordRequest($parameter_array);
158 $parameter_array['thumbnails'] = $this->findMedia($api_response);
159 … $html = $this->renderRecord($parameter_array, $api_response);
162 $parameter_array = $this->parseImageString($user_string);
[all …]