BundleTask::getImageEntity PHP Метод

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

public getImageEntity ( ) : Image
Результат 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]]);
    }