mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-27 16:48:47 +00:00
10 lines
376 B
Markdown
10 lines
376 B
Markdown
# zend-servicemanager
|
|
|
|
The Service Locator design pattern is implemented by the `Zend\ServiceManager`
|
|
component. The Service Locator is a service/object locator, tasked with
|
|
retrieving other objects.
|
|
|
|
|
|
- File issues at https://github.com/zendframework/zend-servicemanager/issues
|
|
- Documentation is at http://framework.zend.com/manual/current/en/index.html#zend-servicemanager
|