Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DFetcherRaster.php35 private int $imageWeight; variable in ComboStrap\\FetcherRaster
132 return $this->imageWeight;
153 $this->imageWeight = self::FAKE_LENGTH_FOR_BROKEN_IMAGES;
170 $this->imageWeight = (int)$imageSize[1];
171 if (empty($this->imageWeight)) {