示例#1
0
 /**
  * Set the number of required uploads for a multiple upload element
  *
  * @param int $count
  */
 public function setRequiredCount($count)
 {
     $this->_fileUploadValidator->setRequiredCount($count);
 }