Home
last modified time | relevance | path

Searched refs:FetcherRaster (Results 1 – 10 of 10) sorted by relevance

/template/strap/ComboStrap/
H A DFetcherRaster.php23 class FetcherRaster extends IFetcherLocalImage class
41 * @return FetcherRaster
46 public static function createImageRasterFetchFromId(string $imageId, $rev = null): FetcherRaster
48 …return FetcherRaster::createImageRasterFetchFromPath(WikiPath::createMediaPathFromId($imageId, $re…
53 * @return FetcherRaster
58 public static function createImageRasterFetchFromPath(Path $path): FetcherRaster
65 public static function createEmptyRaster(): FetcherRaster
67 return new FetcherRaster();
73 public static function createRasterFromFetchUrl(Url $fetchUrl): FetcherRaster
283 * @return FetcherRaster
[all …]
H A DRasterImageLink.php36 const CANONICAL = FetcherRaster::CANONICAL;
231 …$breakPointHeight = FetcherRaster::round($breakpointWidthMinusMargin / $fetchRaster->getTargetAspe…
H A DIFetcherLocalImage.php39 $image = FetcherRaster::createImageRasterFetchFromPath($path);
H A DFetcherSystem.php62 return FetcherRaster::createRasterFromFetchUrl($fetchUrl);
H A DSite.php349 public static function getLogoAsRasterImage(): FetcherRaster
357 return FetcherRaster::createImageRasterFetchFromPath($pngLogoPath);
376 $url = FetcherRaster::createImageRasterFetchFromId($pngId)
H A DOutlineVisitor.php146 case FetcherRaster::class:
H A DTemplateForWebPage.php455 $fetcherLocalPath = FetcherRaster::createImageRasterFetchFromPath($iconPath);
H A DTagAttributes.php106 FetcherRaster::CANONICAL,
/template/strap/action/
H A Dmetatwitter.php8 use ComboStrap\FetcherRaster; alias
173 …$twitterMeta[self::META_IMAGE] = FetcherRaster::createImageFetchFromPath($twitterImagePath)->getFe…
H A Dstaticresource.php6 use ComboStrap\FetcherRaster; alias
86 if ($fetcher === FetcherRaster::CANONICAL) {