Pimcore\Model\Asset\Document\ImageThumbnail::getAsset PHP Метод

getAsset() публичный Метод

public getAsset ( ) : Image
Результат Pimcore\Model\Asset\Image The original image from which this thumbnail is generated.
    public function getAsset()
    {
        return $this->asset;
    }