1, 'transport_provider_id' => 3, 'automation_id' => 5, 'cost_raw' => 70, 'cost' => 100, 'created' => '04-10-2019 10:44:22', 'completed' => '04-10-2019 12:45:00', 'member_id' => 12, 'location_start_id' => 6, 'location_end_id' => 10, 'quote_group_id' => 25, 'travel_date' => '04-10-2019 05:45:00', ]; return $result; } public function getQuotes() { $response = array(); // TODO: Get address items from sqeAPI for ($i = 0; $i < 30; $i++) { $response[] = $this->Quote(); } return $response; } }