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

Re-instate route result observer, and add subject #4

Conversation

weierophinney
Copy link
Member

This patch re-instates (de-deprecates) the RouteResultObserverInterface, but does so by adding its complement, the RouteResultSubjectInterface, which notifies observers of calculated route results. This latter interface is to be used with Zend\Expressive\Application (which already implements these methods on its master branch), but also allows observers the ability to depend only on this package for purposes of testing.

This patch re-instates (de-deprecates) the
`RouteResultObserverInterface`, but does so by adding its complement,
the `RouteResultSubjectInterface`, which notifies observers of
calculated route results. This latter interface is to be used with
`Zend\Expressive\Application` (which already implements these methods
on its master branch), but also allows observers the ability to depend
only on this package for purposes of testing.
@weierophinney weierophinney added this to the 1.1.0 milestone Dec 6, 2015
@weierophinney weierophinney self-assigned this Dec 6, 2015
@weierophinney weierophinney merged commit 7253ed3 into zendframework:master Dec 6, 2015
weierophinney added a commit that referenced this pull request Dec 6, 2015
weierophinney added a commit that referenced this pull request Dec 6, 2015
weierophinney added a commit that referenced this pull request Dec 6, 2015
@weierophinney weierophinney deleted the feature/route-result-subject branch December 6, 2015 20:59
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.

None yet

1 participant