Se agregan a usuarios que estan en los grupos en PROJECT USER. Cambios en FILES MANAGER

This commit is contained in:
Freddy Daniel Rojas Valda
2014-01-30 14:53:30 -04:00
parent 50abb7ea4c
commit 6ea9cc28d7
3 changed files with 81 additions and 6 deletions

View File

@@ -194,6 +194,25 @@ class FilesManager
}
}
/**
* Return the Process Files Manager
*
* @param string $sProcessUID {@min 32} {@max 32}
* @param string $userUid {@min 32} {@max 32}
* @param array $aData
*
* return array
*
* @access public
*/
public function updateProcessFilesManager($sProcessUID, $userUid, $aData)
{
try {
} catch (Exception $e) {
throw $e;
}
}
/**
* Return the Process Files Manager
*