Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support to read and remove current serialized object #1

Merged
merged 1 commit into from
Mar 3, 2015

Conversation

ahsanity
Copy link
Owner

@ahsanity ahsanity commented Mar 3, 2015

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.

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.
ahsanity added a commit that referenced this pull request Mar 3, 2015
Added support to read and remove current serialized object
@ahsanity ahsanity merged commit 5e8db24 into master Mar 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant