variable = $variable; $this->propertyFetch = $propertyFetch; } public function getVariable() : Variable { return $this->variable; } public function getPropertyFetch() : PropertyFetch { return $this->propertyFetch; } }