<?php $sections = []; $id = 'bla'; $x = isset($sections[$id]) ? $sections[$id]->getEvents() : []; var_dump($x); $y = $sections[$id]->getEvents() ?? []; var_dump($y);
You have javascript disabled. You will not be able to edit any code.