yii\web\UrlRuleInterface::parseRequest PHP Метод

parseRequest() публичный Метод

Parses the given request and returns the corresponding route and parameters.
public parseRequest ( UrlManager $manager, Request $request ) : array | boolean
$manager UrlManager the URL manager
$request Request the request component
Результат array | boolean the parsing result. The route and the parameters are returned as an array. If false, it means this rule cannot be used to parse this path info.
    public function parseRequest($manager, $request);