Searched refs:fetchSvg (Results 1 – 2 of 2) sorted by relevance
11 private FetcherSvg $fetchSvg; variable in ComboStrap\\Icon98 $fetchSvg = FetcherSvg::createSvgFromPath($path);99 $icon->setFetcherSvg($fetchSvg);106 public function setFetcherSvg(FetcherSvg $fetchSvg): Icon argument108 $this->fetchSvg = $fetchSvg;125 $mediaMarkup = MediaMarkup::createFromFetcher($this->fetchSvg)139 return $this->fetchSvg;
158 $fetchSvg = self::createSvgEmpty();159 $fetchSvg->buildFromUrl($fetchUrl);160 return $fetchSvg;