$filename, * 'mime' => $mimeType, * 'size' => $fileSize * ] * @throws \common_exception_Error * @throws \tao_models_classes_FileNotFoundException */ public function add($source, $fileName, $parent); /** * @param $link * @return boolean the removal was successful */ public function delete($link); }