_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; } }