Home
last modified time | relevance | path

Searched refs:getRequestedWidth (Results 1 – 6 of 6) sorted by relevance

/plugin/combo/ComboStrap/
H A DFetcherImage.php64 $requestedWidth = $this->getRequestedWidth();
107 $requestedWidth = $this->getRequestedWidth();
259 return $this->getRequestedWidth() / $this->getRequestedHeight();
337 $width = $this->getRequestedWidth();
378 return $this->getRequestedWidth();
418 public function getRequestedWidth(): int function in ComboStrap\\FetcherImage
H A DFetcherRaster.php179 * We overwrite the {@link FetcherTraitImage::getRequestedWidth()}
187 function getRequestedWidth(): int function in ComboStrap\\FetcherRaster
194 $requestedWidth = parent::getRequestedWidth();
H A DFetcherScreenshot.php221 return $this->getRequestedWidth();
H A DSvgImageLink.php175 $imgAttributes->addComponentAttributeValue(Dimension::WIDTH_KEY, $svgFetch->getRequestedWidth());
H A DPageImageTag.php236 $requestedWidth = $imageFetcher->getRequestedWidth();
H A DFetcherSvg.php837 public function getRequestedWidth(): int function in ComboStrap\\FetcherSvg
842 return parent::getRequestedWidth();
881 $requestedWidth = $this->getRequestedWidth();