name = $name; return $this; } /** * @param mixed $path * @return $this */ public function path($path) { $this->path = $path; return $this; } /** * @param mixed $httpPath * @return $this */ public function httpPath($httpPath) { $this->httpPath = $httpPath; return $this; } }