3 declare(strict_types=1);
70 if (is_null($this->key)) {
72 $data = $this->
raw(self::FIELD_KEY);
76 $this->key = (string) $data;
90 if (is_null($this->name)) {
92 $data = $this->
raw(self::FIELD_NAME);
96 $this->name = (string) $data;
110 if (is_null($this->description)) {
112 $data = $this->
raw(self::FIELD_DESCRIPTION);
113 if (is_null($data)) {
116 $this->description = (string) $data;
130 if (is_null($this->locations)) {
132 $data = $this->
raw(self::FIELD_LOCATIONS);
133 if (is_null($data)) {