base\Application handleRequest()

handleRequest() public abstract method

Handles the specified request.

This method should return an instance of yii\base\Response or its child class which represents the handling result of the request.

public abstract yii\base\Response handleRequest ( $request )
$request yii\base\Request

The request to be handled

return yii\base\Response

The resulting response

doc_Yii
2016-10-30 16:50:52
Comments
Leave a Comment

Please login to continue.