Untitled
unknown
plain_text
2 years ago
261 B
4
Indexable
public function getFrontEndData($roundId, $typeOfPlot, $eventType, $observableName) { return $this->returnEntity('frontend_data', ['round_id' => $roundId, 'observable_name' => $observableName, 'type_of_plot' => $typeOfPlot, 'event_type' => $eventType]); }
Editor is loading...