28 public function hydrate(array $fields): void
30 $this->
id = $fields[
'id'] ??
null;
31 $this->placement = $fields[
'placement'] ??
null;
32 $this->title = $fields[
'title'] ??
null;
33 $this->restApplicationId = $fields[
'restApplicationId'] ??
null;
34 $this->order = $fields[
'order'] ??
null;
35 $this->hydrateOptions(($fields[
'options'] ??
null));