2023-11-30 13:52:23 +01:00
|
|
|
<?php
|
|
|
|
|
|
|
|
declare(strict_types=1);
|
|
|
|
|
|
|
|
return [
|
|
|
|
'tx_thuecat_tourist_attraction' => [
|
|
|
|
0 => [
|
|
|
|
'uid' => '1',
|
|
|
|
'pid' => '3',
|
|
|
|
'title' => 'Attraktion mit Preisen',
|
2023-12-04 10:21:27 +01:00
|
|
|
'offers' => [
|
|
|
|
0 => (object)[
|
|
|
|
'prices' => [
|
|
|
|
0 => (object)[
|
|
|
|
'currency' => 'EUR',
|
|
|
|
'description' => '',
|
|
|
|
'price' => 8,
|
|
|
|
'rule' => 'PerGroup',
|
|
|
|
'title' => 'Schulklassen',
|
|
|
|
],
|
|
|
|
1 => (object)[
|
|
|
|
'currency' => 'EUR',
|
|
|
|
'description' => '',
|
|
|
|
'price' => 8,
|
|
|
|
'rule' => 'PerPerson',
|
|
|
|
'title' => 'Erwachsene',
|
|
|
|
],
|
|
|
|
2 => (object)[
|
|
|
|
'currency' => 'EUR',
|
|
|
|
'description' => '',
|
|
|
|
'price' => 5,
|
|
|
|
'rule' => 'PerPerson',
|
|
|
|
'title' => 'Familienkarte B',
|
|
|
|
],
|
|
|
|
3 => (object)[
|
|
|
|
'currency' => 'EUR',
|
|
|
|
'description' => '',
|
|
|
|
'price' => 5,
|
|
|
|
'rule' => 'PerPerson',
|
|
|
|
'title' => 'Familienkarte A',
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'description' => '',
|
|
|
|
'title' => 'Führungen',
|
|
|
|
'type' => 'GuidedTourOffer',
|
|
|
|
],
|
|
|
|
],
|
2023-11-30 13:52:23 +01:00
|
|
|
],
|
|
|
|
],
|
|
|
|
];
|