/**
  * {@inheritDoc}
  */
 public function isValid()
 {
     return ArrayUtils::hasKeys($this->fileData, 'name', 'tmp_name', 'type');
 }