N°6384 - Flag LinkedSet (Indirect) when CheckToWrite must be requested to Hosted Object

This commit is contained in:
Eric Espie
2023-06-08 17:06:49 +02:00
parent 55009b53e2
commit 7ebf5a6dd4
8 changed files with 73 additions and 3 deletions

View File

@@ -1726,6 +1726,15 @@ class AttributeLinkedSet extends AttributeDefinition
return $sDisplayStyle;
}
/**
* @return bool true if host object has constraints
* @since 3.1.0 N°6228
*/
public function GetHasConstraint()
{
return $this->GetOptional('with_constrain', false);
}
/**
* @return boolean
* @since 3.1.0 N°5563