N°6040 - Booking: Add prerequisites in iTop core - Compilation extensibility - rework of properties

This commit is contained in:
Eric Espie
2023-03-10 11:48:22 +01:00
parent 69beb05a55
commit ae5f4cc30f
4 changed files with 475 additions and 218 deletions

View File

@@ -7076,12 +7076,8 @@ class AttributeExternalKey extends AttributeDBFieldVoid
*
* @since 3.1.0
*/
public function GetDeletionOptionForTargetObject()
public function GetDeletionOptionForTargetObject(): int
{
if ($this->IsParam('on_host_delete')) {
return $this->Get('on_host_delete');
}
return $this->GetOptional('on_host_delete', DEL_MANUAL);
}