/**
  * @param FRAMEWORK_INFO
  */
 public function __construct($info)
 {
     parent::__construct($info->context);
     $this->info = $info;
     $this->ignore_from_version = !$this->info->exists();
 }
 /**
  * @param FOLDER $folder Create pictures in this folder.
  */
 public function __construct($folder)
 {
     parent::__construct($folder->context);
     $this->_folder = $folder;
 }