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]]);
    }