Example #1
0
 public function __construct(File $file, array $versions)
 {
     parent::__construct($file);
     $this->versions = array_map(function ($version) {
         return Version::get($version);
     }, $versions);
 }