Brabijan\Images\Image::exists PHP Method

exists() public method

public exists ( ) : boolean
return boolean
    public function exists()
    {
        return file_exists($this->file);
    }