Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added support to read and remove current serialized object
The method addData($key, $value) allows to add new keys to serialised objects but no further manipulation to the serialised object is possible is post serialize events. This commit added the 2 methods: removeData($key) and getData(). This will allow manipulation of the current serialised object in post serialize event listeners. This is in response to schmittjoh#74, as I'm facing a similar need.
- Loading branch information