Docs

ApplicationContext Class


Definition

Namespace: DafCore
Phar: DafCore.phar
Using: RouterMapMethods

Constructor

new ApplicationContext(IRequest $request, IResponse $response)
  • IRequest $request - class for handle current request.
  • IResponse $response - class for handle current response.

Properties

IRequest $request -
IResponse $response -
array $endPointMetadata - hold the attributes of the end point.