Searched refs:remoteUrl (Results 1 – 4 of 4) sorted by relevance
4 $remoteUrl = 'http://example.org/'; variable42 $subRequest->setUrl($remoteUrl . $request->getPath());
125 private Url $remoteUrl; variable in ComboStrap\\Snippet 627 $remoteUrl = $array[self::JSON_URL_PROPERTY] ?? null;628 if ($remoteUrl !== null) {629 $snippet->setRemoteUrl(Url::createFromString($remoteUrl));669 if ($useCdn && isset($this->remoteUrl)) {684 if (isset($this->remoteUrl)) {722 if (!isset($this->remoteUrl)) {725 return $this->remoteUrl;788 if (isset($this->remoteUrl)) {789 $dataToSerialize[self::JSON_URL_PROPERTY] = $this->remoteUrl[all...]
293 $remoteUrl = 'http://example.org/';298 // If youre $remoteUrl doesn't end with a slash, this one probably shouldn't312 $subRequest->setUrl($remoteUrl . $request->getPath());