Fully Qualified Name: | Zend\Mvc\ApplicationInterface |
Extends: | EventsCapableInterface |
Name | Description | Defined By |
---|---|---|
getEventManager() | Retrieve the event manager | EventsCapableInterface |
getRequest() | Get the request object | ApplicationInterface |
getResponse() | Get the response object | ApplicationInterface |
getServiceManager() | Get the locator object | ApplicationInterface |
run() | Run the application | ApplicationInterface |
Retrieve the event manager
Lazy-loads an EventManager instance if none registered.
Returns: \EventManagerInterface
Get the request object
Returns: \Zend\Stdlib\RequestInterface
Get the response object
Returns: \Zend\Stdlib\ResponseInterface
Get the locator object
Returns: \Zend\ServiceManager\ServiceLocatorInterface
Run the application
Returns: self