FIX: Add documentation for hte new two params

This commit is contained in:
Noé 2025-01-30 17:33:12 +01:00
parent ac8557e129
commit 1d1eafb19f

View File

@ -1298,6 +1298,8 @@ class Fichinter extends CommonObject
*
* @param User $user User making the clone
* @param int $socid Id of thirdparty
* @param bool $clone_contacts Clone contacts from origin
* @param bool $clone_notes Clone notes from origin
* @return int New id of clone
*/
public function createFromClone(User $user, $socid = 0, $clone_contacts = false, $clone_notes = false)