Merge pull request #23893 from frederic34/patch-15

doc
This commit is contained in:
Laurent Destailleur 2023-02-16 21:32:45 +01:00 committed by GitHub
commit 4213b13931
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -157,6 +157,11 @@ class Asset extends CommonObject
public $status;
public $user_cloture_id;
/**
* @var Asset object oldcopy
*/
public $oldcopy;
// /**
// * @var string Field with ID of parent key if this object has a parent
// */