pradosoft / prado

Prado - Component Framework for PHP
Other
187 stars 70 forks source link

#898 TList/TMap:: setReadOnly made public, only allow first set & self set #929

Closed belisoful closed 1 year ago

belisoful commented 1 year ago

This resolves the issue of setting TList/TMap::ReadOnly in configuration. while preserving access control over the property.

This converts TMap and TList Read only into a null and accepts first set and self set.

Regression.

With unit tests.

belisoful commented 1 year ago

Corrected.