3 declare(strict_types=1);
70 if (is_null($this->type)) {
72 $data = $this->
raw(self::FIELD_TYPE);
76 $this->type = (string) $data;
88 if (is_null($this->change)) {
90 $data = $this->
raw(self::FIELD_CHANGE);
94 $this->change = (string) $data;
108 if (is_null($this->previousValue)) {
110 $data = $this->
raw(self::FIELD_PREVIOUS_VALUE);
111 if (is_null($data)) {
114 $this->previousValue = $data;
128 if (is_null($this->nextValue)) {
130 $data = $this->
raw(self::FIELD_NEXT_VALUE);
131 if (is_null($data)) {
134 $this->nextValue = $data;
setPreviousValue(?array $previousValue)
setNextValue(?array $nextValue)
__construct(?string $change=null, ?array $previousValue=null, ?array $nextValue=null, ?string $type=null)
const DISCRIMINATOR_VALUE
setChange(?string $change)