Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Remove deprecated functionality #33

Merged
merged 3 commits into from
Oct 15, 2015

Conversation

weierophinney
Copy link
Member

Hydrators and CallbackHandler have been deprecated; this removes them in the develop branch in preparation for a v3 release.

* primarily to allow for lazy-loading and ensuring availability of default
* arguments (currying).
*/
class CallbackHandler
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As you can tell, this class was never marked as deprecated and was not noted as deprecated through the CHANGELOG.md - are you sure you want to remove this?

Per zendframework#20, this removes the hydrator functionality from zend-stdlib.
CallbackHandler largely existed for EventManager, which removes its dependency
on the class in v3.
@mwillbanks mwillbanks merged commit 886f92f into zendframework:develop Oct 15, 2015
mwillbanks added a commit that referenced this pull request Oct 15, 2015
mwillbanks added a commit that referenced this pull request Oct 15, 2015
@weierophinney weierophinney deleted the hydrator-removal branch October 15, 2015 16:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants