Home
last modified time | relevance | path

Searched refs:fetchSvg (Results 1 – 2 of 2) sorted by relevance

/plugin/combo/ComboStrap/
H A DIcon.php11 private FetcherSvg $fetchSvg; variable in ComboStrap\\Icon
98 $fetchSvg = FetcherSvg::createSvgFromPath($path);
99 $icon->setFetcherSvg($fetchSvg);
106 public function setFetcherSvg(FetcherSvg $fetchSvg): Icon argument
108 $this->fetchSvg = $fetchSvg;
125 $mediaMarkup = MediaMarkup::createFromFetcher($this->fetchSvg)
139 return $this->fetchSvg;
H A DFetcherSvg.php158 $fetchSvg = self::createSvgEmpty();
159 $fetchSvg->buildFromUrl($fetchUrl);
160 return $fetchSvg;