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