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