class = $class; $this->method = $method; $this->property = $property; } public function getClass(): string { return $this->class; } public function getMethod(): string { return $this->method; } public function getProperty(): string { return $this->property; } }