class = $class; $this->method = $method; RectorAssert::className($class); RectorAssert::methodName($method); } public function getClass() : string { return $this->class; } public function getMethod() : string { return $this->method; } }