pradosoft / prado

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

#939 IWeakRetainable consistency for objects in callable array #943

Closed belisoful closed 1 year ago

belisoful commented 1 year ago

For TEventHandler and TWeakCallableCollection with unit tests

The TWeakList doesn't WeakReference array objects that implement IWeakRetainable. This commit makes that behavior consistent in TEventHandler and TWeakCallableCollection.

Not sure what the use case would be for having something respond to an event where it is the only instance in the application, but it is the proper maths.