Untitled
Anonymous
plain_text
05/09/2023 1:56 PM
348 B
14
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...