Test that any kind of attribute can be written and read, both directly and through an external field

This commit is contained in:
Romain Quetiez
2024-05-17 14:45:46 +02:00
parent fd6796aae3
commit 48857631a4
4 changed files with 810 additions and 1 deletions

View File

@@ -11315,6 +11315,10 @@ class AttributeEnumSet extends AttributeSet
}
return $aValues;
}
public function Equals($val1, $val2)
{
return $val1->Equals($val2);
}
}