className = $className; $this->thisProperty = $thisProperty; $this->relProperty = $relProperty; } public function getClassName(): string { return $this->className; } public function getThisProperty(): string { return $this->thisProperty; } public function getRelProperty(): string { return $this->relProperty; } }