BundleTask::getImageEntity PHP Method

getImageEntity() public method

public getImageEntity ( ) : Image
return Scalr\Model\Entity\Image
    public function getImageEntity()
    {
        return Image::findOne([['id' => $this->snapshotId], ['envId' => $this->envId], ['platform' => $this->platform], ['cloudLocation' => in_array($this->platform, [SERVER_PLATFORMS::GCE, SERVER_PLATFORMS::AZURE]) ? '' : $this->cloudLocation]]);
    }