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

Added FormElementManager alias #60

Merged

Conversation

FabianKoestring
Copy link
Contributor

Added a FormElementManager alias for getting the FormElementManager per class constant.

$formElementManager = $serviceManager->get(FormElementManager::class);

instead of

$formElementManager = $serviceManager->get('FormElementManager');

@weierophinney weierophinney added this to the 2.8.2 milestone Apr 28, 2016
@weierophinney weierophinney self-assigned this Apr 28, 2016
@weierophinney weierophinney merged commit 548004d into zendframework:master Apr 28, 2016
weierophinney added a commit that referenced this pull request Apr 28, 2016
weierophinney added a commit that referenced this pull request Apr 28, 2016
weierophinney added a commit that referenced this pull request Apr 28, 2016
weierophinney added a commit that referenced this pull request Apr 28, 2016
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