Pimcore\Model\Asset\Document\ImageThumbnail::getAsset PHP Method

getAsset() public method

public getAsset ( ) : Image
return Pimcore\Model\Asset\Image The original image from which this thumbnail is generated.
    public function getAsset()
    {
        return $this->asset;
    }