Beispiel #1
0
 protected function getInput()
 {
     return parent::getInput();
 }
Beispiel #2
0
 protected function getInput()
 {
     $this->multiple = true;
     return parent::getInput();
 }
Beispiel #3
0
 protected function getInput()
 {
     $fileList = parent::getInput();
     return JbetoloSettingsElement::ui($this->fieldname, $fileList);
 }