diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Limitation-TargetAwareType.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Limitation-TargetAwareType.html index a72d55c851..f1429b688f 100644 --- a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Limitation-TargetAwareType.html +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Limitation-TargetAwareType.html @@ -37344,7 +37344,7 @@
public buildValue(array<string|int, mixed> $limitationValues) : Limitation
+ public buildValue(array<int, mixed> $limitationValues) : Limitation
The is the method to create values as Limitation type needs value knowledge anyway in acceptValue, +
This is the method to create values as Limitation type needs value knowledge anyway in acceptValue, the reverse relation is provided by means of identifier lookup (Value has identifier, and so does RoleService).
public validate(Limitation $limitationValue) : array<string|int, ValidationError>
+ public validate(Limitation $limitationValue) : array<int, ValidationError>
array<string|int, ValidationError>
+array<int, ValidationError>
public buildValue(array<string|int, mixed> $limitationValues) : Limitation
+ public buildValue(array<int, mixed> $limitationValues) : Limitation
The is the method to create values as Limitation type needs value knowledge anyway in acceptValue, +
This is the method to create values as Limitation type needs value knowledge anyway in acceptValue, the reverse relation is provided by means of identifier lookup (Value has identifier, and so does RoleService).
public evaluate(Limitation $value, UserReference $currentUser, ValueObject $object[, array<string|int, ValueObject>|null $targets = null ]) : bool|null
+ public evaluate(Limitation $value, UserReference $currentUser, ValueObject $object[, array<int, ValueObject>|null $targets = null ]) : bool|null
public validate(Limitation $limitationValue) : array<string|int, ValidationError>
+ public validate(Limitation $limitationValue) : array<int, ValidationError>
array<string|int, ValidationError>
+array<int, ValidationError>