string = $string; $this->class = $class; $this->constant = $constant; RectorAssert::className($class); } public function getString() : string { return $this->string; } public function getClass() : string { return $this->class; } public function getConstant() : string { return $this->constant; } }