ZF2-406: Missing __isset / __unset in AbstractRowGateway
Description
isset() and unset() do not work correctly when accessing properties of an AbstractRowGateway object using object syntax. The __isset() and __unset() magic methods need to be implemented to make these features work as expected.
Comments
Posted by Demian Katz (demiankatz) on 2012-07-17T19:49:21.000+0000
Pull request to resolve this issue: https://github.com/zendframework/zf2/pull/1911
Posted by Demian Katz (demiankatz) on 2012-07-24T12:49:19.000+0000
Pull request has been accepted.