idField = $idField; } public function getIntField(): int { return $this->intField; } public function withStringField(string $stringField): self { $this->stringField = $stringField; return $this; } }