3 declare(strict_types=1);
72 if (is_null($this->name)) {
74 $data = $this->
raw(self::FIELD_NAME);
93 if (is_null($this->description)) {
95 $data = $this->
raw(self::FIELD_DESCRIPTION);
114 if (is_null($this->attributes)) {
116 $data = $this->
raw(self::FIELD_ATTRIBUTES);
117 if (is_null($data)) {
134 if (is_null($this->key)) {
136 $data = $this->
raw(self::FIELD_KEY);
137 if (is_null($data)) {
140 $this->key = (string) $data;