EventFixtures
class EventFixtures extends Fixture implements DependentFixtureInterface, FixtureGroupInterface
Constants
| private BOOKING_CLOSES_AT |
|
| ANREISE |
|
| HEIMREISE |
|
| FRUEHSTUECK |
|
| MITTAGESSEN |
|
| ABENDESSEN |
|
| LUNCHPAKETE |
|
| COACHMEETING |
|
| MITARBEITENDENESSEN |
|
| PACKEN_REINIGEN |
|
| GEPAECK |
|
| ABSCHLUSS |
|
| SPORT_INFO |
|
| MOVIE_LOUNGE |
|
| SKILLGAME |
|
| LAS_VEGAS |
|
| SPORT_MO |
|
| SPORT_DI |
|
| SPORT_DO |
|
| TAGESAUSFLUG |
|
| TEAMHOECK |
|
| private ATOMIC_EVENTS |
Atomic events — each has its own location, no activities. Format: [key, title, description, emoji, location_name|null]. |
| private UMBRELLA_EVENTS |
Umbrella events — no location, activities are children. See ActivityFixtures. Format: [key, title, description, emoji]. |
Methods
static array
getGroups()
No description
static string
reference(string $key)
No description
void
load(ObjectManager $manager)
No description
array
getDependencies()
No description
Details
at line 17
static array
getGroups()
No description
at line 82
static string
reference(string $key)
No description
at line 87
__construct(LocationRepository $locationRepository)
No description
at line 91
void
load(ObjectManager $manager)
No description
at line 121
array
getDependencies()
No description