Searched refs:restPath (Results 1 – 2 of 2) sorted by relevance
84 * @param string $restPath88 static function createRequestUri($servicePath, $restPath, $params) { argument89 $requestUrl = $servicePath . $restPath;
258 * @param string $restPath262 public function createRequestUri($restPath, $params) argument265 if ('/' == substr($restPath, 0, 1)) {266 $requestUrl = substr($restPath, 1);268 $requestUrl = $this->servicePath . $restPath;