Searched refs:mxcurl (Results 1 – 1 of 1) sorted by relevance
1054 * @param string $mxcurl1058 public function getDownloadUrl(string $mxcurl): string { argument1059 Util::checkMxcUrl($mxcurl);1061 return $this->baseUrl . self::MATRIX_V2_MEDIA_PATH . "/download/" . substr($mxcurl, 6);1067 * @param string $mxcurl mxc media URL.1077 public function mediaDownload(string $mxcurl, bool $allowRemote = true) { argument1078 Util::checkMxcUrl($mxcurl);1083 $path = substr($mxcurl, 6);1092 * @param string $mxcurl mxc media URL1106 public function getThumbnail(string $mxcurl, int $width, int $height, argument[all …]