Searched refs:FetcherImage (Results 1 – 7 of 7) sorted by relevance
| /template/strap/ComboStrap/ |
| H A D | FetcherImage.php | 22 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 D | IFetcherLocalImage.php | 10 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 D | RasterImageLink.php | 43 private FetcherImage $fetchRaster; 56 if (!($fetcher instanceof FetcherImage)) {
|
| H A D | FetcherScreenshot.php | 25 class FetcherScreenshot extends FetcherImage
|
| H A D | FetcherRaster.php | 289 public function buildFromTagAttributes(TagAttributes $tagAttributes): FetcherImage
|
| H A D | FetcherVignette.php | 25 class FetcherVignette extends FetcherImage
|
| H A D | FetcherSvg.php | 1384 public function buildFromTagAttributes(TagAttributes $tagAttributes): FetcherImage
|