Zend Framework  3.0
Public Member Functions | List of all members
ApplicationInterface Interface Reference

Public Member Functions

 getServiceManager ()
 Get the locator object.
 
 getRequest ()
 Get the request object.
 
 getResponse ()
 Get the response object.
 
 run ()
 Run the application.
 
- Public Member Functions inherited from EventsCapableInterface
 getEventManager ()
 Retrieve the event manager.
 

Member Function Documentation

getRequest ( )

Get the request object.

Returns

Implemented in Application.

getResponse ( )

Get the response object.

Returns

Implemented in Application.

getServiceManager ( )

Get the locator object.

Returns

Implemented in Application.

run ( )

Run the application.

Returns
self

Implemented in Application.