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 |
Please login to continue.