method = $method; } /** * Returns the target method name. * * @return string */ public function getMethod(): string { return $this->method; } }