class; } /** * @param object $class */ public function setClass(object $class): void { $this->class = $class; } /** * @return string */ public function getMethod(): string { return $this->method; } /** * @param string $method */ public function setMethod(string $method): void { $this->method = $method; } }