Example #1
0
 /**
  * Gets whether the element is required
  *
  * @return boolean
  */
 public function getRequired()
 {
     return $this->_fileUploadValidator->getRequired();
 }