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