Home
last modified time | relevance | path

Searched refs:getRequestedHeight (Results 1 – 5 of 5) sorted by relevance

/plugin/combo/ComboStrap/
H A DFetcherImage.php71 $requestedHeight = $this->getRequestedHeight();
112 $requestedHeight = $this->getRequestedHeight();
259 return $this->getRequestedWidth() / $this->getRequestedHeight();
328 return $this->getRequestedHeight();
387 $height = $this->getRequestedHeight();
433 public function getRequestedHeight(): int function in ComboStrap\\FetcherImage
526 $this->getRequestedHeight();
H A DFetcherRaster.php229 $requestedHeight = $this->getRequestedHeight();
326 public function getRequestedHeight(): int function in ComboStrap\\FetcherRaster
328 $requestedHeight = parent::getRequestedHeight();
H A DFetcherScreenshot.php230 return $this->getRequestedHeight();
H A DSvgImageLink.php180 $imgAttributes->addComponentAttributeValue(Dimension::HEIGHT_KEY, $svgFetch->getRequestedHeight());
H A DFetcherSvg.php828 public function getRequestedHeight(): int function in ComboStrap\\FetcherSvg
833 return parent::getRequestedHeight();
888 $requestedHeight = $this->getRequestedHeight();