subjects = $subjects; $this->id = $id ?? bin2hex(random_bytes(20)); } public function jsonSerialize(): array { return [ 'subjects' => $this->subjects, 'instruction' => $this->instruction, 'expiration' => $this->expiration, 'origin' => $this->origin, 'id' => $this->id, ]; } }