Home
last modified time | relevance | path

Searched refs:FetcherImage (Results 1 – 7 of 7) sorted by relevance

/template/strap/ComboStrap/
H A DFetcherImage.php22 abstract class FetcherImage extends IFetcherAbs implements IFetcherPath class
82 $url->addQueryParameter(FetcherImage::TOK, $this->getTok());
133 public function buildFromTagAttributes(TagAttributes $tagAttributes): FetcherImage
144 …dArgument("The width value ($requestedWidth) is not a valid integer", FetcherImage::CANONICAL, 0, …
157 …rgument("The height value ($requestedHeight) is not a valid integer", FetcherImage::CANONICAL, 0, …
167 …d ratio ($requestedRatio) is not a valid value ({$e->getMessage()})", FetcherImage::CANONICAL, 0, …
494 public function setRequestedWidth(int $requestedWidth): FetcherImage
500 public function setRequestedHeight(int $requestedHeight): FetcherImage
509 public function setRequestedAspectRatio(string $requestedRatio): FetcherImage
H A DIFetcherLocalImage.php10 abstract class IFetcherLocalImage extends FetcherImage implements IFetcherSource
26 …"The file ($path) has an unknown mime, we can't verify if we support it", FetcherImage::CANONICAL);
30 …he file ($path) has not been detected as being an image, media returned", FetcherImage::CANONICAL);
H A DRasterImageLink.php43 private FetcherImage $fetchRaster;
56 if (!($fetcher instanceof FetcherImage)) {
H A DFetcherScreenshot.php25 class FetcherScreenshot extends FetcherImage
H A DFetcherRaster.php289 public function buildFromTagAttributes(TagAttributes $tagAttributes): FetcherImage
H A DFetcherVignette.php25 class FetcherVignette extends FetcherImage
H A DFetcherSvg.php1384 public function buildFromTagAttributes(TagAttributes $tagAttributes): FetcherImage