3 declare(strict_types=1);
62 if (is_null($this->tokenValue)) {
64 $data = $this->
raw(self::FIELD_TOKEN_VALUE);
68 $this->tokenValue = (string) $data;
82 if (is_null($this->newPassword)) {
84 $data = $this->
raw(self::FIELD_NEW_PASSWORD);
88 $this->newPassword = (string) $data;
102 if (is_null($this->version)) {
104 $data = $this->
raw(self::FIELD_VERSION);
105 if (is_null($data)) {
108 $this->version = (int) $data;