From 081527ed133ceef57afa95f5fde6c1aed2aa0b2c Mon Sep 17 00:00:00 2001 From: Armand Bahi <armand.bahi@veremes.com> Date: Thu, 31 Jan 2019 15:49:52 +0100 Subject: [PATCH] Documentation --- src/vitis/vas/rest/class/vmlib/files/Files_manager.class.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/vitis/vas/rest/class/vmlib/files/Files_manager.class.inc b/src/vitis/vas/rest/class/vmlib/files/Files_manager.class.inc index 7f6e6c99..81dbcc40 100644 --- a/src/vitis/vas/rest/class/vmlib/files/Files_manager.class.inc +++ b/src/vitis/vas/rest/class/vmlib/files/Files_manager.class.inc @@ -503,6 +503,8 @@ class Files_manager{ *@param $mId Id of the current object. *@param $sField field name (generally DB column name). *@param $sContainer folder between $sObject and $mId + *@param $aFilesToDelete array of files names to delete, false to delete all the files + *@param $aExceptions array of files names to preserve, false to delete all the files *@return true if the disrectory has benn cleaned */ public function cleanWsDataDir($sModule, $sObject, $mId, $sField, $sContainer = "", $aFilesToDelete = false, $aExceptions = false){ -- GitLab