3 declare(strict_types=1);
94 if (is_null($this->key)) {
96 $data = $this->
raw(self::FIELD_KEY);
100 $this->key = (string) $data;
114 if (is_null($this->name)) {
116 $data = $this->
raw(self::FIELD_NAME);
117 if (is_null($data)) {
120 $this->name = (string) $data;
134 if (is_null($this->description)) {
136 $data = $this->
raw(self::FIELD_DESCRIPTION);
137 if (is_null($data)) {
140 $this->description = (string) $data;
154 if (is_null($this->status)) {
156 $data = $this->
raw(self::FIELD_STATUS);
157 if (is_null($data)) {
160 $this->status = (string) $data;
174 if (is_null($this->predicate)) {
176 $data = $this->
raw(self::FIELD_PREDICATE);
177 if (is_null($data)) {
180 $this->predicate = (string) $data;
194 if (is_null($this->approvers)) {
196 $data = $this->
raw(self::FIELD_APPROVERS);
197 if (is_null($data)) {
215 if (is_null($this->requesters)) {
217 $data = $this->
raw(self::FIELD_REQUESTERS);
218 if (is_null($data)) {