Beispiel #1
0
 /**
  * Get the allowed extensions
  *
  * @return array The array of allowed extensions
  */
 public function getAllowedExtensions()
 {
     return $this->_fileUploadValidator->getAllowedExtensions();
 }