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