Esempio n. 1
0
 /**
  * Get the number of required uploads
  *
  * @return int
  */
 public function getRequiredCount()
 {
     return $this->_fileUploadValidator->getRequiredCount($count);
 }