Class: ControllerRequest

ControllerRequest

new ControllerRequest(options)

Parameters:
Name Type Description
options Object Object containing the properties
Properties:
Name Type Description
params Object inherited from Request, object containing the parameters
route Object route object

Extends

  • Request

Methods

<abstract> destruct()

Called when the ControllerRequest is destructed, this should be overridden in a Controller and stop all listeners for that Controller.

sync(data)

Syncs data for a route, will call the Router#sync(route, data) method
Parameters:
Name Type Description
data
Rik Hoffbauer 2015
Documentation generated by JSDoc 3.4.0 on 2015-12-03T15:07:45+01:00