space = $space; return $this; } public function getSpace(): ?int { return $this->evaluate($this->space); } }