Exemplo n.º 1
0
 function save($params)
 {
     return DataLibrary::saveDocumentList($this->name, str_getcsv($params['value'], ','));
 }