Ejemplo n.º 1
0
 /**
  * Adds the file to the set
  *
  * @param int|\File $f_id //accepts an ID or a File object
  * @return File|mixed
  */
 public function addFileToSet($f_id)
 {
     return parent::addFileToSet($f_id);
 }