Searched refs:user_string (Results 1 – 2 of 2) sorted by relevance
141 $user_string = $match;142 … $display_type = $this->getDisplayType($user_string); //check type is set correctly146 … $parameter_array = $this->parseTableString($user_string);156 … $parameter_array = $this->parseRecordString($user_string);162 $parameter_array = $this->parseImageString($user_string);171 $parameter_array = $this->parseTextString($user_string);390 function parseTableString($user_string): array { argument393 $table_query = $this->decodeRecordURL($this->getParameters($user_string));404 function parseRecordString($user_string): array { argument407 $record_query = $this->decodeRecordURL($this->getParameters($user_string));[all …]
447 private function getParameters(string $user_string): array { argument449 $string_array = explode(' | ', $user_string);