web\UrlManager parseRequest()

parseRequest() public method

Parses the user request.

public array|boolean parseRequest ( $request )
$request yii\web\Request

The request component

return array|boolean

The route and the associated parameters. The latter is always empty if $enablePrettyUrl is false. false is returned if the current request cannot be successfully parsed.

doc_Yii
2016-10-30 17:17:02
Comments
Leave a Comment

Please login to continue.